diff --git a/plugins/c9.vfs.standalone/www/test.js b/plugins/c9.vfs.standalone/www/test.js index 414b1b37..77f0ae67 100644 --- a/plugins/c9.vfs.standalone/www/test.js +++ b/plugins/c9.vfs.standalone/www/test.js @@ -400,6 +400,7 @@ require([ console.warn(msg); } }, + "installer": { createSession : function(){} }, "run.gui": { getElement : function(){} }, "debugger": {debug: function() {}, stop: function(){}}, "focusManager": { @@ -412,9 +413,6 @@ require([ getLastest: function() { throw Error("Not implemented"); }, }, error_handler: {reportError: function(){}}, - installer: { - show: function(){} - }, proc: { execFile: function() {}, spawn: function() {}