Editor: Introducing requirejs
[fnpeditor.git] / modules / sourceEditor.js
index 5a62eaf..248c02d 100644 (file)
@@ -1,4 +1,6 @@
-rng.modules.sourceEditor = function(sandbox) {\r
+define(function() {\r
+\r
+return function(sandbox) {\r
 \r
     var view = $(sandbox.getTemplate('main')());\r
     var isDirty = false;\r
@@ -36,4 +38,6 @@ rng.modules.sourceEditor = function(sandbox) {
         }\r
     \r
     }\r
-};
\ No newline at end of file
+};\r
+\r
+});
\ No newline at end of file