diff --git a/plugins/c9.ide.ace/ace.js b/plugins/c9.ide.ace/ace.js index a06b159e..d8f6d7a0 100644 --- a/plugins/c9.ide.ace/ace.js +++ b/plugins/c9.ide.ace/ace.js @@ -149,7 +149,7 @@ define(function(require, exports, module) { // fixes a problem with Ace architect loading /lib/ace // creating a conflict with themes - if (theme.isDark === undefined) + if (!theme || theme.isDark === undefined) throw new Error(); } catch (e) {