JSDoc + namespace, some cleanup.

This commit is contained in:
Michael Jumper
2011-07-05 22:13:45 -07:00
parent bd477daa2c
commit 3e65c46204
6 changed files with 82 additions and 32 deletions

View File

@@ -17,10 +17,11 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Guacamole namespace
var Guacamole = Guacamole || {};
function GuacamoleOnScreenKeyboard(url) {
Guacamole.OnScreenKeyboard = function(url) {
var tabIndex = 1;
var allKeys = new Array();
var modifierState = new function() {};