8000 Rename runkit syntaxTheme option to theme. · lodash/lodash.com@14cf278 · GitHub
[go: up one dir, main page]

Skip to content

Commit 14cf278

Browse files
committed
Rename runkit syntaxTheme option to theme.
1 parent 32821d7 commit 14cf278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/docs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
'Object.observe = _.noop'
442442
].join('\n'),
443443
'source': source,
444-
'syntaxTheme': 'atom-light-syntax',
444+
'theme': 'atom-light-syntax',
445445
'onLoad': function(notebook) {
446446
var iframe = parent.lastElementChild
447447
iframe.style.cssText = 'height:' + iframe.style.height

0 commit comments

Comments
 (0)
0