lint compliance

This commit is contained in:
ansuz
2017-09-21 11:19:23 +02:00
parent 68f7d4bc0a
commit 95302366d1
2 changed files with 4 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ define([
};
var $root = $t.parent();
$t.on('tokenfield:removetoken', function (e) {
$t.on('tokenfield:removetoken', function () {
$root.find('.token-input').focus();
});
@@ -186,10 +186,6 @@ define([
UI.warn(Messages._getKey('tags_duplicate', [val]));
});
var close = Util.once(function () {
var $t = $(tagger).fadeOut(150, function () { $t.remove(); });
});
var listener;
var close = Util.once(function (result, ev) {
var $frame = $(tagger).fadeOut(150, function () {