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) {
|
Ox.ListPage = function(options, self) {
|
||||||
self = self || {};
|
self = self || {};
|
||||||
var that = Ox.Element({}, self)
|
var that = Ox.Element({}, self).addClass('OxPage');
|
||||||
.addClass('OxPage');
|
|
||||||
return that;
|
return that;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue