Editor: Introducing requirejs
[fnpeditor.git] / modules / data.js
index 36ba172..527b928 100644 (file)
@@ -1,4 +1,6 @@
-rng.modules.data = function(sandbox) {\r
+define(function() {\r
+\r
+return function(sandbox) {\r
 \r
     var doc = sandbox.getBootstrappedData().document;\r
     var document_id = sandbox.getBootstrappedData().document_id;\r
@@ -61,5 +63,6 @@ rng.modules.data = function(sandbox) {
         }\r
         \r
     }\r
+};\r
 \r
-};
\ No newline at end of file
+});
\ No newline at end of file