From b696a8a3576f93e11c6e3a615288e677e5c3b7fd Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Tue, 22 Dec 2015 09:35:19 +0100 Subject: [PATCH] Fix mock --- plugins/c9.vfs.standalone/www/test.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/c9.vfs.standalone/www/test.js b/plugins/c9.vfs.standalone/www/test.js index e3bf4f75..02fe9b53 100644 --- a/plugins/c9.vfs.standalone/www/test.js +++ b/plugins/c9.vfs.standalone/www/test.js @@ -394,6 +394,11 @@ require([ return callback ? callback(null, ws) : ws; } }, + "preferences.experimental": { + addExperiment: function() { + return false; + } + }, "ace.gotoline": {}, "ace.stripws": { disable: function(){},