mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Merge pull request #1511 from velesin/site_self_refactoring
removes unused context binding from Discourse.Site
This commit is contained in:
commit
9eb0644983
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ Discourse.Site.reopenClass(Discourse.Singleton, {
|
|||
},
|
||||
|
||||
create: function(obj) {
|
||||
var _this = this;
|
||||
var result = this._super(obj);
|
||||
|
||||
if (result.categories) {
|
||||
|
|
Loading…
Reference in a new issue