Skip to content

Commit 49c169a

Browse files
author
Armando Aguirre
committed
Fixed unbalanced parenthesis
1 parent 48aa83e commit 49c169a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/typesMap.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": ["winjs"]
1111
},
1212
"Kendo": {
13-
"match": "^(.*\\/kendo(-ui)?\\/kendo\\.all(\\.min)?\\.js$",
13+
"match": "^(.*\\/kendo(-ui)?)\\/kendo\\.all(\\.min)?\\.js$",
1414
"exclude": [["^", 1, "/.*"]],
1515
"types": ["kendo-ui"]
1616
},

0 commit comments

Comments
 (0)