From 75280392a16f157becf40000d9f4f700eabb0233 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 9 Dec 2015 14:43:19 +0000 Subject: [PATCH] coding style --- plugins/c9.vfs.client/vfs.listener.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/c9.vfs.client/vfs.listener.js b/plugins/c9.vfs.client/vfs.listener.js index 74a4b969..e2a7b816 100644 --- a/plugins/c9.vfs.client/vfs.listener.js +++ b/plugins/c9.vfs.client/vfs.listener.js @@ -45,7 +45,7 @@ define(function(require, exports, module) { "Cloud9 will be reloaded in order to activate the changes.", function() { setTimeout(function() { - window.location.reload() + window.location.reload(); }, 500); } );