Skip to content

Commit 5389543

Browse files
committed
chore: 1.1.1 bundle
1 parent 095503b commit 5389543

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.0",
3+
"version": "1.1.1",
44
"authors": [
55
"NHN Ent. FE dev team([email protected])"
66
],

code-snippet.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*!code-snippet v1.1.0 | NHN Entertainment*/
1+
/*!code-snippet v1.1.1 | NHN Entertainment*/
22
/**********
33
* array.js
44
**********/
@@ -3048,7 +3048,7 @@ tui.util.Enum = Enum;
30483048
* @return {boolean}
30493049
*/
30503050
function hasEncodableString(string) {
3051-
return /[<>&"']/.test(string);
3051+
return (/[<>&"']/).test(string);
30523052
}
30533053

30543054
/**

0 commit comments

Comments
 (0)