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
|
|
@ -457,7 +457,7 @@ Ox.identify = (function() {
|
|||
}
|
||||
return ret;
|
||||
};
|
||||
})();
|
||||
}());
|
||||
|
||||
/*@
|
||||
Ox.minify <f> Minifies JavaScript
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue