[API] Title dialog

This commit is contained in:
Victor Woeltjen
2016-06-17 14:05:00 -07:00
parent 13920d8802
commit dbe6a4efc1
3 changed files with 20 additions and 13 deletions

View File

@ -85,8 +85,8 @@ define([
});
};
MCT.prototype.dialog = function (view) {
return new Dialog(view).show();
MCT.prototype.dialog = function (view, title) {
return new Dialog(view, title).show();
};
MCT.prototype.start = function () {