diff --git a/static/index.js b/static/index.js index 073d8d7d3..ff9d19809 100644 --- a/static/index.js +++ b/static/index.js @@ -15,7 +15,7 @@ window.onload = function() { require('vm-compatibility-layer'); require('coffee-script').register(); - require('../src/coffee-cache')).register(); + require('../src/coffee-cache').register(); ModuleCache = require('../src/module-cache'); ModuleCache.add(loadSettings.resourcePath);