forked from 0x2620/oxjs
reverting changes
This commit is contained in:
parent
ef8fe89c84
commit
9fa83fa98f
4 changed files with 35 additions and 23 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue