Revert "Merge pull request #2304 from techAPJ/speech-bubble-update"

This reverts commit 6590ebbcbee712d0759cff8c9dd8c1c12a00619b, reversing
changes made to 3855ead62ef1caabfeba970c999696cee20036c4.
This commit is contained in:
Robin Ward
2014-05-09 12:01:36 -04:00
parent 6590ebbcbe
commit 842dd91958
7 changed files with 20 additions and 46 deletions

View File

@ -17,9 +17,7 @@ module("Discourse.NotificationsController", {
return [scope, options.username, options.link].join(" ").trim();
});
controller = Discourse.NotificationsController.create({
container: Discourse.__container__
});
controller = Discourse.NotificationsController.create();
view = Ember.View.create({
container: Discourse.__container__,