Skip to content

Commit fe72812

Browse files
committed
chore: 1.1.2 bundle
1 parent 358455e commit fe72812

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tui-code-snippet",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"authors": [
55
"NHN Ent. FE dev team([email protected])"
66
],

code-snippet.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*!code-snippet v1.1.1 | NHN Entertainment*/
1+
/*!code-snippet v1.1.2 | NHN Entertainment*/
22
/**********
33
* array.js
44
**********/
@@ -240,7 +240,12 @@
240240
}
241241
};
242242

243-
detector[appName]();
243+
var fn = detector[appName];
244+
245+
if (fn) {
246+
detector[appName]();
247+
}
248+
244249
tui.util.browser = browser;
245250
})(window.tui);
246251

0 commit comments

Comments
 (0)