fnp
/
fnpeditor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
291bac0
)
clean entrypoint
author
Jan Szejko
<jan.szejko@gmail.com>
Wed, 30 Mar 2016 14:13:48 +0000
(16:13 +0200)
committer
Jan Szejko
<jan.szejko@gmail.com>
Wed, 30 Mar 2016 14:13:48 +0000
(16:13 +0200)
src/editor/entrypoint.js
patch
|
blob
|
history
diff --git
a/src/editor/entrypoint.js
b/src/editor/entrypoint.js
index
ccc3738
..
f908206
100644
(file)
--- a/
src/editor/entrypoint.js
+++ b/
src/editor/entrypoint.js
@@
-8,7
+8,7
@@
'fnpjs': '../fnpjs',
'libs': '../../libs',
'smartxml': '../smartxml',
- 'wlxml': '../wlxml'
,
+ 'wlxml': '../wlxml'
},
@@
-25,7
+25,7
@@
shim: {
'../../libs/jquery-1.9.1.min': {
- exports: '$'
,
+ exports: '$'
},
'../../libs/underscore-min': {
exports: '_'
@@
-39,10
+39,10
@@
},
'../../libs/ace/ace': {
exports: 'ace'
- }
,
- }
,
-
- urlArgs: "bust=" + (new Date()).getTime()
+ }
+ }
+ // DEBUGGING ONLY
+
// ,
urlArgs: "bust=" + (new Date()).getTime()
});
requirejs([