'use strict'; /*@ Ox.ListPage ListPage Object () -> ListPage Object (options) -> ListPage Object (options, self) -> ListPage Object options Options object self shared private variable @*/ Ox.ListPage = function(options, self) { self = self || {}; var that = Ox.Element({}, self) .addClass('OxPage'); return that; };