Skip to content

Commit

Permalink
chore: build dist for v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohee Lee committed Dec 13, 2018
1 parent 40bf0c6 commit 006b101
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
28 changes: 2 additions & 26 deletions dist/tui-auto-complete.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* tui-auto-complete.js
* @version 2.1.1
* @version 2.1.2
* @author NHNEnt FE Development Lab <dl_javascript@nhnent.com>
* @license MIT
*/
Expand Down Expand Up @@ -87,8 +87,6 @@ return /******/ (function(modules) { // webpackBootstrap
],
rIsElementOption = /element/i;

var hostnameSent = false;

/**
* @constructor
* @param {Object} options
Expand Down Expand Up @@ -123,7 +121,7 @@ return /******/ (function(modules) { // webpackBootstrap
this.setCookieValue(this.isUse);

if (options.usageStatistics) {
sendHostname();
snippet.sendHostname('auto-complete', 'UA-129987462-1');
}
},

Expand Down Expand Up @@ -350,28 +348,6 @@ return /******/ (function(modules) { // webpackBootstrap

snippet.CustomEvents.mixin(AutoComplete);

/**
* send hostname
* @ignore
*/
function sendHostname() {
var hostname = location.hostname;

if (hostnameSent) {
return;
}
hostnameSent = true;

snippet.imagePing('https://www.google-analytics.com/collect', {
v: 1,
t: 'event',
tid: 'UA-115377265-9',
cid: hostname,
dp: hostname,
dh: 'auto-complete'
});
}

module.exports = AutoComplete;


Expand Down
Loading

0 comments on commit 006b101

Please sign in to comment.