forked from 0x2620/oxjs
fix #799: use '(function() {}())', not '(function() {})()'
This commit is contained in:
parent
5bfc555b9e
commit
12ed2c93fc
4 changed files with 4 additions and 4 deletions
|
|
@ -100,4 +100,4 @@ Ox.Keyboard = (function() {
|
|||
}
|
||||
};
|
||||
|
||||
})();
|
||||
}());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue