remove unused variable in i18n.js [ci skip]
This commit is contained in:
parent
b582e1f707
commit
8654e1b3ad
1 changed files with 0 additions and 1 deletions
|
|
@ -25,7 +25,6 @@ Diaspora.I18n = {
|
||||||
},
|
},
|
||||||
|
|
||||||
t: function(item, views) {
|
t: function(item, views) {
|
||||||
var items = item.split(".");
|
|
||||||
return this._render(this.locale, item.split("."), views);
|
return this._render(this.locale, item.split("."), views);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue