cubicweb/web/data/cubicweb.js
changeset 12503 b01dd0ef43aa
parent 11057 0b59724cb3f2
--- a/cubicweb/web/data/cubicweb.js	Wed Mar 13 13:37:49 2019 +0100
+++ b/cubicweb/web/data/cubicweb.js	Thu Mar 14 14:43:18 2019 +0100
@@ -426,15 +426,6 @@
 // backward compat
 CubicWeb = cw;
 
-jQuery.extend(cw, {
-    require: cw.utils.deprecatedFunction(
-        '[3.9] CubicWeb.require() is not used anymore',
-        function(module) {}),
-    provide: cw.utils.deprecatedFunction(
-        '[3.9] CubicWeb.provide() is not used anymore',
-        function(module) {})
-});
-
 jQuery(document).ready(function() {
     $(cw).trigger('server-response', [false, document]);
 });