fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Visual editor wip: tabsManager modules uses tabs view
[fnpeditor.git]
/
modules
/
rng.js
diff --git
a/modules/rng.js
b/modules/rng.js
index
36bd2f8
..
ffb228d
100644
(file)
--- a/
modules/rng.js
+++ b/
modules/rng.js
@@
-1,4
+1,6
@@
-rng.modules.rng = function(sandbox) {
\r
+define(function() {
\r
+
\r
+return function(sandbox) {
\r
\r
function addTab(title, slug, view) {
\r
sandbox.getModule('tabsManager').addTab(title, slug, view);
\r
\r
function addTab(title, slug, view) {
\r
sandbox.getModule('tabsManager').addTab(title, slug, view);
\r
@@
-94,4
+96,6
@@
rng.modules.rng = function(sandbox) {
}
\r
}
\r
}
\r
}
\r
}
\r
}
\r
-};
\ No newline at end of file
+};
\r
+
\r
+});
\ No newline at end of file