ES6: Convert {{pagedown}} to {{pagedown-editor}} with deprecations

This commit is contained in:
Robin Ward
2014-06-09 12:16:27 -04:00
parent 1df3214773
commit 7adb545168
10 changed files with 29 additions and 26 deletions

View File

@ -43,6 +43,10 @@ function controllerFor(controller, model) {
return controller;
}
function viewClassFor(name) {
return Discourse.__container__.lookupFactory('view:' + name);
}
function asyncTestDiscourse(text, func) {
asyncTest(text, function () {
var self = this;