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