From ae5547b28d3ab91a1f1a8177ea9ab9276fd859bd Mon Sep 17 00:00:00 2001 From: nightwing Date: Fri, 1 May 2015 11:01:54 +0000 Subject: [PATCH] fix typo --- plugins/c9.vfs.standalone/www/test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/c9.vfs.standalone/www/test.js b/plugins/c9.vfs.standalone/www/test.js index fe20012b..9ef583e1 100644 --- a/plugins/c9.vfs.standalone/www/test.js +++ b/plugins/c9.vfs.standalone/www/test.js @@ -417,10 +417,10 @@ require([ log: function() {}, increment: function() {} }, - "error.logger": { + error_handler: { log: function() {}, + reportError: function(){} }, - error_handler: {reportError: function(){}}, proc: { execFile: function() {}, spawn: function() {}