fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Basic communication between source and visual editors; data module
[fnpeditor.git]
/
modules
/
skelton.js
1
rng.modules.skelton = function(sandbox) {
\r
2
return {
\r
3
start: function() {
\r
4
sandbox.publish('ready');
\r
5
},
\r
6
setMainView: function(view) {
\r
7
sandbox.getDOM().html(view);
\r
8
}
\r
9
}
\r
10
};