Skip to content
This repository was archived by the owner on Apr 7, 2020. It is now read-only.

Commit bb87623

Browse files
author
Dean Sofer
committed
Removed logs
1 parent 1300c8b commit bb87623

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

dist/mention.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ angular.module('ui.mention', []).directive('uiMention', function ($q, $timeout,
312312
var _this4 = this;
313313

314314
if (event.target == $element[0]) return;
315-
console.log('blur');
315+
316316
$document.off('mouseup', this.onMouseup);
317317

318318
if (!this.searching) return;
@@ -324,7 +324,6 @@ angular.module('ui.mention', []).directive('uiMention', function ($q, $timeout,
324324
}).bind(this);
325325

326326
$element.on('focus', function (event) {
327-
console.log('focus');
328327
$document.on('mouseup', _this2.onMouseup);
329328
});
330329

dist/mention.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/mention.es6.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ angular.module('ui.mention', [])
293293
this.onMouseup = (function(event) {
294294
if (event.target == $element[0])
295295
return
296-
console.log('blur')
296+
297297
$document.off('mouseup', this.onMouseup);
298298

299299
if (!this.searching)
@@ -306,7 +306,6 @@ angular.module('ui.mention', [])
306306
}).bind(this);
307307

308308
$element.on('focus', event => {
309-
console.log('focus')
310309
$document.on('mouseup', this.onMouseup);
311310
});
312311

0 commit comments

Comments
 (0)