fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tutorial button
[fnpeditor.git]
/
src
/
editor
/
modules
/
rng
/
rng.js
diff --git
a/src/editor/modules/rng/rng.js
b/src/editor/modules/rng/rng.js
index
fc82fc8
..
fc4afb0
100644
(file)
--- a/
src/editor/modules/rng/rng.js
+++ b/
src/editor/modules/rng/rng.js
@@
-16,11
+16,11
@@
return function(sandbox) {
/* globals gettext */
var logger = logging.getLogger('editor.modules.rng');
/* globals gettext */
var logger = logging.getLogger('editor.modules.rng');
-
+
function addMainTab(title, slug, view) {
function addMainTab(title, slug, view) {
- views.mainTabs.addTab(title, slug, view);
+ views.mainTabs.addTab(title, slug, view
, sandbox.getTutorialItem(slug)
);
}
}
-
+
var commands = {
refreshCanvasSelection: function(selection) {
var fragment = selection.toDocumentFragment();
var commands = {
refreshCanvasSelection: function(selection) {
var fragment = selection.toDocumentFragment();