1
0
Fork 0
forked from 0x2620/oxjs

MainMenu in demos/test/index.html

This commit is contained in:
Rolux 2010-02-08 15:05:24 +05:30
commit a279bc7f6e
5 changed files with 281 additions and 75 deletions

View file

@ -220,7 +220,7 @@ Ox = {
.defaults({
bar: "xyz"
})
.options(options || {}),
.options(options || {});
(function() {
self.time = 0;
})();