web/data/cubicweb.js
changeset 6388 34317f395619
parent 5949 2a273c896a38
child 6448 8590d82e9b1b
--- a/web/data/cubicweb.js	Mon Oct 04 16:58:34 2010 +0200
+++ b/web/data/cubicweb.js	Mon Oct 04 18:55:57 2010 +0200
@@ -6,6 +6,8 @@
 cw = new Namespace('cw');
 
 jQuery.extend(cw, {
+    cubes: new Namespace('cubes'),
+
     log: function () {
         var args = [];
         for (var i = 0; i < arguments.length; i++) {