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