fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Introducing two types of lists: bullet & enum
[fnpeditor.git]
/
modules
/
sourceEditor
/
sourceEditor.js
diff --git
a/modules/sourceEditor/sourceEditor.js
b/modules/sourceEditor/sourceEditor.js
index
bd56c43
..
431fcb8
100644
(file)
--- a/
modules/sourceEditor/sourceEditor.js
+++ b/
modules/sourceEditor/sourceEditor.js
@@
-1,5
+1,7
@@
define(function() {
\r
\r
+'use strict';
\r
+
\r
return function(sandbox) {
\r
\r
var view = $(sandbox.getTemplate('main')());
\r