From bdb22d2b7b84b7ce5353469a930c8c6c300d34fc Mon Sep 17 00:00:00 2001 From: Lennart kats Date: Wed, 17 Jun 2015 14:16:34 +0000 Subject: [PATCH] Restore deleted counter variable --- plugins/c9.ide.editors/urlview.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/c9.ide.editors/urlview.js b/plugins/c9.ide.editors/urlview.js index fa8824b4..1c98a68b 100644 --- a/plugins/c9.ide.editors/urlview.js +++ b/plugins/c9.ide.editors/urlview.js @@ -15,6 +15,7 @@ define(function(require, exports, module) { var plugin = new Editor("Ajax.org", main.consumes, extensions); //var emit = plugin.getEmitter(); var container; + var counter = 0; plugin.on("draw", function(e) { // Create UI elements