IconList: add missing openPreview method

This commit is contained in:
rolux 2014-05-12 02:45:04 +02:00
parent 9986aff802
commit b18c84a4ce

View file

@ -201,6 +201,14 @@ Ox.IconList = function(options, self) {
return that;
};
/*@
openPreview <f> openPreview
@*/
that.openPreview = function() {
that.$element.openPreview();
return that;
};
/*@
reloadList <f> reload list
() -> <o> the list