mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Merge branch 'master' of https://github.com/google/blockly
This commit is contained in:
@@ -414,6 +414,7 @@ Code.init = function() {
|
||||
function(name_) {return function() {Code.tabClick(name_);};}(name));
|
||||
}
|
||||
|
||||
onresize();
|
||||
// Lazy-load the syntax-highlighting.
|
||||
window.setTimeout(Code.importPrettify, 1);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user