fix lint issue

This commit is contained in:
Josh Ponelat
2015-06-16 12:44:48 +02:00
parent 44bc2eab56
commit cb1896b252
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ window.SwaggerTranslator = {
translate: function(sel) {
var $this = this;
var sel = sel || '[data-sw-translate]';
sel = sel || '[data-sw-translate]';
$(sel).each(function() {
$(this).html($this._tryTranslate($(this).html()));

View File

@@ -19,7 +19,7 @@ window.SwaggerTranslator = {
translate: function(sel) {
var $this = this;
var sel = sel || '[data-sw-translate]';
sel = sel || '[data-sw-translate]';
$(sel).each(function() {
$(this).html($this._tryTranslate($(this).html()));