1
0
Fork 0
forked from 0x2620/oxjs

fix #799: use '(function() {}())', not '(function() {})()'

This commit is contained in:
rolux 2012-05-26 14:38:45 +02:00
commit 12ed2c93fc
4 changed files with 4 additions and 4 deletions

View file

@ -24,4 +24,4 @@ Ox.Clipboard = (function() {
return type in clipboard;
}
};
})();
}());

View file

@ -100,4 +100,4 @@ Ox.Keyboard = (function() {
}
};
})();
}());