editor: improved links, first take
[fnpeditor.git] / src / editor / modules / documentCanvas / canvas / documentElement.js
index 3073e72..7acf7c8 100644 (file)
@@ -133,6 +133,8 @@ $.extend(DocumentNodeElement.prototype, {
         this.toggleHighlight(toggle);
     },
 
+    markAsCurrent: function() {},
+
     toggleHighlight: function(toggle) {
         this._container().toggleClass('highlighted-element', toggle);
     },