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) {
self = self || {};
var that = Ox.Element({}, self)
.addClass('OxPage');
var that = Ox.Element({}, self).addClass('OxPage');
return that;
};