forked from 0x2620/oxjs
Ox.toArray -> Ox.slice
This commit is contained in:
parent
3a28b08d46
commit
031aa4367b
11 changed files with 20 additions and 20 deletions
|
|
@ -1286,7 +1286,7 @@ Ox.Calendar = function(options, self) {
|
|||
{id, {key: value, ...}} -> <o> Calendar object
|
||||
@*/
|
||||
that.editEvent = function() {
|
||||
var args = Ox.toArray(arguments),
|
||||
var args = Ox.slice(arguments),
|
||||
id = args.shift(),
|
||||
data = Ox.makeObject(args),
|
||||
event = Ox.getObjectById(self.options.events, id),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue