1
0
Fork 0
forked from 0x2620/oxjs

reverting changes

This commit is contained in:
rlx 2011-03-03 23:16:49 +00:00
commit 9fa83fa98f
4 changed files with 35 additions and 23 deletions

View file

@ -11170,7 +11170,7 @@ requires
return that;
};
Ox.SplitPanel = function(options, self) {
Ox.SplitPanel_ = function(options, self) {
var self = self || {},
that = new Ox.Element('div', self)
@ -11180,7 +11180,7 @@ requires
})
.options(options)
.addClass(
'OxSplitPanel Ox' + Ox.toTitleCase(self.options.orientation)
'OxSplitPanel_ Ox' + Ox.toTitleCase(self.options.orientation)
);
Ox.extend(self, {
@ -11419,7 +11419,7 @@ requires
resize
toggle
*/
Ox._SplitPanel = function(options, self) {
Ox.SplitPanel = function(options, self) {
var self = self || {},
that = new Ox.Element({}, self) // fixme: Container
.defaults({