oxjs/source/js/Ox.ListPage.js
2011-04-23 00:03:10 +02:00

6 lines
160 B
JavaScript

Ox.ListPage = function(options, self) {
var self = self || {},
that = new Ox.Element({}, self)
.addClass('OxPage');
return that;
};