From 8a0755340ff24cb15cffb249cbd0073000a80474 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 8 Oct 2014 10:11:51 -0700 Subject: [PATCH] Remove extra ) --- static/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);