mirror of
https://github.com/discourse/discourse.git
synced 2025-06-02 04:08:41 +08:00
ES6: Convert {{pagedown}} to {{pagedown-editor}} with deprecations
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user