mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 05:31:22 +00:00
JSDoc + namespace, some cleanup.
This commit is contained in:
@@ -17,8 +17,10 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
// Guacamole namespace
|
||||
var Guacamole = Guacamole || {};
|
||||
|
||||
function GuacamoleMouse(element) {
|
||||
Guacamole.Mouse = function(element) {
|
||||
|
||||
var guac_mouse = this;
|
||||
|
||||
|
Reference in New Issue
Block a user