Skip to content

Commit 199d413

Browse files
Github source updated for Vol 3
1 parent 0321dc9 commit 199d413

File tree

1,016 files changed

+6575
-1632
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,016 files changed

+6575
-1632
lines changed

gulpfile.js

Lines changed: 670 additions & 168 deletions
Large diffs are not rendered by default.

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
document.write('<script src="src/common/lib/scripts/bluebird.min.js"><\/script>');
3030
document.write('<script src="src/common/lib/scripts/moment.min.js"><\/script>');
3131
document.write('<script src="src/common/lib/scripts/moment-timezone-with-data.min.js"><\/script>');
32+
document.write('<script src="https://cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/shim.min.js"><\/script>');
3233
}
3334
</script>
3435
<script src="dist/ej2.min.js"></script>
@@ -181,6 +182,9 @@
181182
<li role="listiem">
182183
<a id='vue'>Vue</a>
183184
</li>
185+
<li role="listiem">
186+
<a id='blazor'>Blazor</a>
187+
</li>
184188
</ul>
185189
</div>
186190
<div id='theme-switcher-popup' class='sb-theme-popup'>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"hasher": "^1.2.0",
1616
"markdown-it": "^8.4.0",
1717
"run-sequence": "^2.2.0",
18-
"webpack": "2.5.1",
19-
"webpack-stream": "^4.0.0"
18+
"webpack": "*",
19+
"webpack-stream": "*"
2020
},
2121
"devDependencies": {
2222
"elasticlunr": "0.9.5",

src/accordion/ajax-plnkr.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)