Define an undefined var

This commit is contained in:
Hadi Nategh 2015-03-30 13:41:12 +00:00
parent c22094d808
commit 9e8a7dab61

View File

@ -495,7 +495,7 @@ etemplate2.prototype.load = function(_name, _url, _data, _callback)
.not('.et2_date') .not('.et2_date')
.filter(function() { .filter(function() {
// Skip inputs that are out of tab ordering // Skip inputs that are out of tab ordering
$this = $j(this); var $this = $j(this);
return !$this.attr('tabindex') || $this.attr('tabIndex')>=0; return !$this.attr('tabindex') || $this.attr('tabIndex')>=0;
}).first(); }).first();