removes unused context binding from Discourse.Site

This commit is contained in:
Wojciech Zawistowski 2013-10-09 18:06:48 +02:00
parent acca220380
commit 41a4f15d62
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) {