cosmetic changes

This commit is contained in:
rlx 2013-08-05 22:01:32 +00:00
parent a082d10b03
commit 81be40b7a1

View file

@ -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;
}; };