fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Logging
[fnpeditor.git]
/
modules
/
sourceEditor.js
diff --git
a/modules/sourceEditor.js
b/modules/sourceEditor.js
index
59b663e
..
ea84ee3
100644
(file)
--- a/
modules/sourceEditor.js
+++ b/
modules/sourceEditor.js
@@
-2,6
+2,10
@@
rng.modules.sourceEditor = function(sandbox) {
\r
return {
\r
start: function() {
\r
+ sandbox.publish('ready');
\r
+ },
\r
+ getView: function() {
\r
+ return $('<p>source editor</p>');
\r
}
\r
\r
}
\r