forked from 0x2620/oxjs
remove Ox.each, , $.extend, $.map and $.merge
This commit is contained in:
parent
da9e5dbb29
commit
4cc754a28d
35 changed files with 104 additions and 131 deletions
|
|
@ -54,7 +54,7 @@ Ox.Resizebar = function(options, self) {
|
|||
});
|
||||
}
|
||||
|
||||
$.extend(self, {
|
||||
Ox.extend(self, {
|
||||
clientXY: self.options.orientation == 'horizontal' ? 'clientY' : 'clientX',
|
||||
dimensions: Ox.UI.DIMENSIONS[self.options.orientation], // fixme: should orientation be the opposite orientation here?
|
||||
edges: Ox.UI.EDGES[self.options.orientation],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue