cosmetic changes
This commit is contained in:
parent
a082d10b03
commit
81be40b7a1
1 changed files with 1 additions and 2 deletions
|
@ -8,7 +8,6 @@ Ox.ListPage <f> ListPage Object
|
|||
@*/
|
||||
Ox.ListPage = function(options, self) {
|
||||
self = self || {};
|
||||
var that = Ox.Element({}, self)
|
||||
.addClass('OxPage');
|
||||
var that = Ox.Element({}, self).addClass('OxPage');
|
||||
return that;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue