Merge pull request #1511 from velesin/site_self_refactoring

removes unused context binding from Discourse.Site
This commit is contained in:
Régis Hanol 2013-10-09 09:11:51 -07:00
commit 9eb0644983
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ Discourse.Site.reopenClass(Discourse.Singleton, {
},
create: function(obj) {
var _this = this;
var result = this._super(obj);
if (result.categories) {