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

@@ -21,6 +21,7 @@ define([
var $title;
exp.setToolbar = function (toolbar) {
$title = toolbar && (toolbar.title || toolbar.pageTitle);
console.log('SET TOOLBAR');
};
exp.getTitle = function () { return exp.title; };