forked from 0x2620/oxjs
cleanup
This commit is contained in:
parent
74d4c16e3a
commit
e283ff1053
3 changed files with 2 additions and 32 deletions
|
|
@ -192,15 +192,6 @@ Ox.IconList = function(options, self) {
|
|||
return that;
|
||||
};
|
||||
|
||||
/*@
|
||||
paste <f> paste into list
|
||||
() -> <o> the list
|
||||
@*/
|
||||
that.paste = function(data) {
|
||||
that.$element.paste(data);
|
||||
return that;
|
||||
};
|
||||
|
||||
/*@
|
||||
reloadList <f> reload list
|
||||
() -> <o> the list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue