fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: fix canvas wrap node command
[fnpeditor.git]
/
src
/
editor
/
modules
/
sourceEditor
/
sourceEditor.js
diff --git
a/src/editor/modules/sourceEditor/sourceEditor.js
b/src/editor/modules/sourceEditor/sourceEditor.js
index
a2ec127
..
c805b1b
100644
(file)
--- a/
src/editor/modules/sourceEditor/sourceEditor.js
+++ b/
src/editor/modules/sourceEditor/sourceEditor.js
@@
-1,10
+1,10
@@
-define(['libs/jquery'
], function($
) {
+define(['libs/jquery'
, 'libs/text!./template.html'], function($, template
) {
'use strict';
return function(sandbox) {
'use strict';
return function(sandbox) {
- var view = $(
sandbox.getTemplate('main')()
),
+ var view = $(
template
),
documentIsDirty = true,
documentEditedHere = false,
wlxmlDocument;
documentIsDirty = true,
documentEditedHere = false,
wlxmlDocument;