From 81be40b7a1bf29e04e1c17ddfbb3d97548ab7a82 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Mon, 5 Aug 2013 22:01:32 +0000 Subject: [PATCH] cosmetic changes --- source/Ox.UI/js/List/ListPage.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/Ox.UI/js/List/ListPage.js b/source/Ox.UI/js/List/ListPage.js index 91de32f1..2c882f8c 100644 --- a/source/Ox.UI/js/List/ListPage.js +++ b/source/Ox.UI/js/List/ListPage.js @@ -8,7 +8,6 @@ Ox.ListPage 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; };