fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Don't select a tab second time
[fnpeditor.git]
/
modules
/
visualEditor.js
1
rng.modules.visualEditor = function(sandbox) {
\r
2
\r
3
return {
\r
4
start: function() {
\r
5
sandbox.publish('ready');
\r
6
},
\r
7
getView: function() {
\r
8
return $('<p>visual editor</p>');
\r
9
}
\r
10
\r
11
}
\r
12
};