Skip to content

Commit cc9697c

Browse files
author
Krasimir Tsonev
committed
Updating playground
1 parent 1448952 commit cc9697c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

playground/try-it-out/default.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

playground/try-it-out/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<script src="./vendor/codemirror/addon/fold/comment-fold.js"></script>
3333
<script src="./polyfills/reduce.js"></script>
3434
<script src="./polyfills/map.js"></script>
35+
<script src="./default.js"></script>
3536
<script src="./script.js"></script>
3637
</body>
3738
</html>

playground/try-it-out/script.js

+1
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ var init = function () {
151151

152152
output = renderOutput();
153153
editor = renderEditor(updateOutput);
154+
editor.setValue(DefaultStyles);
154155

155156
// render in the right part of the screen
156157
function updateOutput(value) {

0 commit comments

Comments
 (0)