Merge branch 'thumbnails' into staging

This commit is contained in:
yflory
2017-10-19 11:43:43 +02:00
7 changed files with 98 additions and 28 deletions

View File

@@ -80,6 +80,7 @@ define([
funcs.createButton = callWithCommon(UI.createButton);
funcs.createUsageBar = callWithCommon(UI.createUsageBar);
funcs.updateTags = callWithCommon(UI.updateTags);
funcs.displayThumbnail = UI.displayThumbnail;
// History
funcs.getHistory = callWithCommon(History.create);