web/data/cubicweb.compat.js
changeset 5727 29afb9e715bb
parent 5699 f4f6ee3af50b
child 6544 e0d20fb46389
--- a/web/data/cubicweb.compat.js	Fri Jun 11 07:58:52 2010 +0200
+++ b/web/data/cubicweb.compat.js	Fri Jun 11 07:58:53 2010 +0200
@@ -93,16 +93,6 @@
     }
 );
 
-getNode = cw.utils.deprecatedFunction(
-    '[3.9] getNode(nodeid) is deprecated, use $(#nodeid) instead',
-    function(node) {
-        if (typeof node == 'string') {
-            return document.getElementById(node);
-        }
-        return node;
-    }
-);
-
 /**
  * The only known usage of KEYS is in the tag cube. Once cubicweb-tag 1.7.0 is out,
  * this current definition can be removed.