remove unused variable in i18n.js [ci skip]

This commit is contained in:
Jonne Haß 2014-08-18 21:09:57 +02:00
parent b582e1f707
commit 8654e1b3ad

View file

@ -25,7 +25,6 @@ Diaspora.I18n = {
},
t: function(item, views) {
var items = item.split(".");
return this._render(this.locale, item.split("."), views);
},