fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Refactoring
[fnpeditor.git]
/
entrypoint.js
diff --git
a/entrypoint.js
b/entrypoint.js
index
42e7209
..
f15a832
100644
(file)
--- a/
entrypoint.js
+++ b/
entrypoint.js
@@
-1,6
+1,7
@@
(function() {
(function() {
-
- requirejs.config({
\r
+ 'use strict';
+
+ requirejs.config({
baseUrl: '/static/editor',
shim: {
baseUrl: '/static/editor',
shim: {
@@
-18,7
+19,7
@@
deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
}
}
deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
}
}
-
\r
+
});
requirejs([
});
requirejs([