Skip to content

Commit 60e3d67

Browse files
author
jung-han
committed
chore: version up v1.5.1
1 parent 8332cdc commit 60e3d67

File tree

4 files changed

+953
-907
lines changed

4 files changed

+953
-907
lines changed

dist/tui-code-snippet.js

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* tui-code-snippet.js
3-
* @version 1.5.0
4-
* @author NHNEnt FE Development Lab <dl_javascript@nhnent.com>
3+
* @version 1.5.1
4+
* @author NHN. FE Development Lab <dl_javascript@nhn.com>
55
* @license MIT
66
*/
77
(function webpackUniversalModuleDefinition(root, factory) {
@@ -64,8 +64,8 @@ return /******/ (function(modules) { // webpackBootstrap
6464

6565
/**
6666
* @fileoverview
67-
* @author NHN Ent.
68-
* FE Development Lab <dl_javascript@nhnent.com>
67+
* @author NHN.
68+
* FE Development Lab <dl_javascript@nhn.com>
6969
* @namespace tui.util
7070
* @example
7171
* // node, commonjs
@@ -112,8 +112,8 @@ return /******/ (function(modules) { // webpackBootstrap
112112

113113
/**
114114
* @fileoverview This module has some functions for handling a plain object, json.
115-
* @author NHN Ent.
116-
* FE Development Lab <dl_javascript@nhnent.com>
115+
* @author NHN.
116+
* FE Development Lab <dl_javascript@nhn.com>
117117
*/
118118

119119
'use strict';
@@ -396,8 +396,8 @@ return /******/ (function(modules) { // webpackBootstrap
396396

397397
/**
398398
* @fileoverview This module provides some functions to check the type of variable
399-
* @author NHN Ent.
400-
* FE Development Lab <dl_javascript@nhnent.com>
399+
* @author NHN.
400+
* FE Development Lab <dl_javascript@nhn.com>
401401
*/
402402

403403
'use strict';
@@ -762,8 +762,8 @@ return /******/ (function(modules) { // webpackBootstrap
762762

763763
/**
764764
* @fileoverview This module has some functions for handling array.
765-
* @author NHN Ent.
766-
* FE Development Lab <dl_javascript@nhnent.com>
765+
* @author NHN.
766+
* FE Development Lab <dl_javascript@nhn.com>
767767
*/
768768

769769
'use strict';
@@ -903,8 +903,8 @@ return /******/ (function(modules) { // webpackBootstrap
903903

904904
/**
905905
* @fileoverview This module has some functions for handling object as collection.
906-
* @author NHN Ent.
907-
* FE Development Lab <dl_javascript@nhnent.com>
906+
* @author NHN.
907+
* FE Development Lab <dl_javascript@nhn.com>
908908
*/
909909

910910
'use strict';
@@ -1263,8 +1263,8 @@ return /******/ (function(modules) { // webpackBootstrap
12631263

12641264
/**
12651265
* @fileoverview This module provides a bind() function for context binding.
1266-
* @author NHN Ent.
1267-
* FE Development Lab <dl_javascript@nhnent.com>
1266+
* @author NHN.
1267+
* FE Development Lab <dl_javascript@nhn.com>
12681268
*/
12691269

12701270
'use strict';
@@ -1305,8 +1305,8 @@ return /******/ (function(modules) { // webpackBootstrap
13051305

13061306
/**
13071307
* @fileoverview This module provides some simple function for inheritance.
1308-
* @author NHN Ent.
1309-
* FE Development Lab <dl_javascript@nhnent.com>
1308+
* @author NHN.
1309+
* FE Development Lab <dl_javascript@nhn.com>
13101310
*/
13111311

13121312
'use strict';
@@ -1378,8 +1378,8 @@ return /******/ (function(modules) { // webpackBootstrap
13781378

13791379
/**
13801380
* @fileoverview This module has some functions for handling the string.
1381-
* @author NHN Ent.
1382-
* FE Development Lab <dl_javascript@nhnent.com>
1381+
* @author NHN.
1382+
* FE Development Lab <dl_javascript@nhn.com>
13831383
*/
13841384

13851385
'use strict';
@@ -1512,7 +1512,8 @@ return /******/ (function(modules) { // webpackBootstrap
15121512

15131513
/**
15141514
* @fileoverview collections of some technic methods.
1515-
* @author NHN Ent. FE Development Lab <e0242.nhnent.com>
1515+
* @author NHN.
1516+
* FE Development Lab <dl_javascript.nhn.com>
15161517
*/
15171518

15181519
'use strict';
@@ -1670,8 +1671,8 @@ return /******/ (function(modules) { // webpackBootstrap
16701671

16711672
/**
16721673
* @fileoverview This module has some functions for handling object as collection.
1673-
* @author NHN Ent.
1674-
* FE Development Lab <dl_javascript@nhnent.com>
1674+
* @author NHN.
1675+
* FE Development Lab <dl_javascript@nhn.com>
16751676
*/
16761677
'use strict';
16771678

@@ -1785,8 +1786,8 @@ return /******/ (function(modules) { // webpackBootstrap
17851786

17861787
/**
17871788
* @fileoverview This module detects the kind of well-known browser and version.
1788-
* @author NHN Ent.
1789-
* FE Development Lab <dl_javascript@nhnent.com>
1789+
* @author NHN.
1790+
* FE Development Lab <dl_javascript@nhn.com>
17901791
*/
17911792

17921793
'use strict';
@@ -1894,8 +1895,8 @@ return /******/ (function(modules) { // webpackBootstrap
18941895

18951896
/**
18961897
* @fileoverview This module has some methods for handling popup-window
1897-
* @author NHN Ent.
1898-
* FE Development Lab <dl_javascript@nhnent.com>
1898+
* @author NHN.
1899+
* FE Development Lab <dl_javascript@nhn.com>
18991900
*/
19001901

19011902
'use strict';
@@ -2218,8 +2219,8 @@ return /******/ (function(modules) { // webpackBootstrap
22182219

22192220
/**
22202221
* @fileoverview This module has a function for date format.
2221-
* @author NHN Ent.
2222-
* FE Development Lab <dl_javascript@nhnent.com>
2222+
* @author NHN.
2223+
* FE Development Lab <dl_javascript@nhn.com>
22232224
*/
22242225

22252226
'use strict';
@@ -2458,8 +2459,8 @@ return /******/ (function(modules) { // webpackBootstrap
24582459
* @fileoverview
24592460
* This module provides a function to make a constructor
24602461
* that can inherit from the other constructors like the CLASS easily.
2461-
* @author NHN Ent.
2462-
* FE Development Lab <dl_javascript@nhnent.com>
2462+
* @author NHN.
2463+
* FE Development Lab <dl_javascript@nhn.com>
24632464
*/
24642465

24652466
'use strict';
@@ -2542,8 +2543,8 @@ return /******/ (function(modules) { // webpackBootstrap
25422543

25432544
/**
25442545
* @fileoverview Define module
2545-
* @author NHN Ent.
2546-
* FE Development Lab <dl_javscript@nhnent.com>
2546+
* @author NHN.
2547+
* FE Development Lab <dl_javscript@nhn.com>
25472548
* @dependency type.js, defineNamespace.js
25482549
*/
25492550

@@ -2598,8 +2599,8 @@ return /******/ (function(modules) { // webpackBootstrap
25982599

25992600
/**
26002601
* @fileoverview Define namespace
2601-
* @author NHN Ent.
2602-
* FE Development Lab <dl_javascript@nhnent.com>
2602+
* @author NHN.
2603+
* FE Development Lab <dl_javascript@nhn.com>
26032604
* @dependency object.js, collection.js
26042605
*/
26052606

@@ -2663,8 +2664,8 @@ return /******/ (function(modules) { // webpackBootstrap
26632664
* @fileoverview
26642665
* This module provides some functions for custom events.<br>
26652666
* And it is implemented in the observer design pattern.
2666-
* @author NHN Ent.
2667-
* FE Development Lab <dl_javascript@nhnent.com>
2667+
* @author NHN.
2668+
* FE Development Lab <dl_javascript@nhn.com>
26682669
*/
26692670

26702671
'use strict';
@@ -3256,8 +3257,8 @@ return /******/ (function(modules) { // webpackBootstrap
32563257

32573258
/**
32583259
* @fileoverview This module provides a Enum Constructor.
3259-
* @author NHN Ent.
3260-
* FE Development Lab <dl_javascript@nhnent.com>
3260+
* @author NHN.
3261+
* FE Development Lab <dl_javascript@nhn.com>
32613262
* @example
32623263
* // node, commonjs
32633264
* var Enum = require('tui-code-snippet').Enum;
@@ -3429,8 +3430,8 @@ return /******/ (function(modules) { // webpackBootstrap
34293430
/**
34303431
* @fileoverview
34313432
* Implements the ExMap (Extended Map) object.
3432-
* @author NHN Ent.
3433-
* FE Development Lab <dl_javascript@nhnent.com>
3433+
* @author NHN.
3434+
* FE Development Lab <dl_javascript@nhn.com>
34343435
*/
34353436

34363437
'use strict';
@@ -3546,8 +3547,8 @@ return /******/ (function(modules) { // webpackBootstrap
35463547
/**
35473548
* @fileoverview
35483549
* Implements the Map object.
3549-
* @author NHN Ent.
3550-
* FE Development Lab <dl_javascript@nhnent.com>
3550+
* @author NHN.
3551+
* FE Development Lab <dl_javascript@nhn.com>
35513552
*/
35523553

35533554
'use strict';
@@ -3939,8 +3940,8 @@ return /******/ (function(modules) { // webpackBootstrap
39393940

39403941
/**
39413942
* @fileoverview This module provides the HashMap constructor.
3942-
* @author NHN Ent.
3943-
* FE Development Lab <dl_javascript@nhnent.com>
3943+
* @author NHN.
3944+
* FE Development Lab <dl_javascript@nhn.com>
39443945
*/
39453946

39463947
'use strict';

0 commit comments

Comments
 (0)