Merge branch 'staging' into framework

This commit is contained in:
Caleb James DeLisle
2017-10-06 14:50:35 +03:00
27 changed files with 3411 additions and 955 deletions

View File

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