1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rolux 2012-05-25 09:46:34 +02:00
commit 147d637b7b
32 changed files with 83 additions and 83 deletions

View file

@ -141,7 +141,7 @@ Ox.DocPage = function(options, self) {
Ox.forEach(this.className.split(' '), function(v) {
if (/Hidden$/.test(v)) {
hidden = true;
Ox.Break()();
Ox.Break();
}
});
if (!hidden) {

View file

@ -156,7 +156,7 @@ Ox.DocPanel = function(options, self) {
Ox.forEach(self.options.items, function(v) {
if (v.name == name) {
item = v;
Ox.Break()();
Ox.Break();
}
});
return item;