1
0
Fork 0
forked from 0x2620/oxjs
This commit is contained in:
rlx 2013-07-13 21:06:03 +00:00
commit e283ff1053
3 changed files with 2 additions and 32 deletions

View file

@ -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