From b18c84a4ce026a73dd18fd5e5380a941dfee8f35 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 12 May 2014 02:45:04 +0200 Subject: [PATCH] IconList: add missing openPreview method --- source/Ox.UI/js/List/IconList.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/Ox.UI/js/List/IconList.js b/source/Ox.UI/js/List/IconList.js index 42598f45..e5a5bb6a 100644 --- a/source/Ox.UI/js/List/IconList.js +++ b/source/Ox.UI/js/List/IconList.js @@ -201,6 +201,14 @@ Ox.IconList = function(options, self) { return that; }; + /*@ + openPreview openPreview + @*/ + that.openPreview = function() { + that.$element.openPreview(); + return that; + }; + /*@ reloadList reload list () -> the list