escape_id moves into plugin.js
[myslice.git] / unfold / static / js / unfold-helper.js
index 8d75cc3..0595dde 100644 (file)
@@ -31,10 +31,6 @@ var unfold = {
         } else {
             return value;
         }
-    },
-
-    escape_id: function(id) {
-        return id.replace( /(:|\.|\[|\])/g, "\\$1" );
     }
 
 } // global unfold