diff --git a/plugins/c9.vfs.standalone/www/test.js b/plugins/c9.vfs.standalone/www/test.js index feb439d0..671b3307 100644 --- a/plugins/c9.vfs.standalone/www/test.js +++ b/plugins/c9.vfs.standalone/www/test.js @@ -406,9 +406,9 @@ require([ "dialog.fileremove": {show: function() {}}, "dialog.fileoverwrite": {show: function() {}}, "dialog.error": { - showError: function(msg) { - console.warn(msg); - } + showError: function(msg) { console.warn(msg); }, + show: function(msg) { console.warn(msg); }, + hide: function(msg) { }, }, "installer": { createSession : function(){}, reinstall: function(){}, isInstalled: function(){ return true; } }, "run.gui": { getElement : function(){} },