fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Layout informs its views on being shown
[fnpeditor.git]
/
entrypoint.js
diff --git
a/entrypoint.js
b/entrypoint.js
index
70659e9
..
6f81c94
100644
(file)
--- a/
entrypoint.js
+++ b/
entrypoint.js
@@
-1,5
+1,6
@@
(function() {
(function() {
-
+ 'use strict';
+
requirejs.config({
\r
baseUrl: '/static/editor',
requirejs.config({
\r
baseUrl: '/static/editor',
@@
-12,6
+13,10
@@
},
'libs/bootstrap/js/bootstrap.min': {
deps: ['libs/jquery-1.9.1.min']
},
'libs/bootstrap/js/bootstrap.min': {
deps: ['libs/jquery-1.9.1.min']
+ },
+ 'libs/backbone-min': {
+ exports: 'Backbone',
+ deps: ['libs/jquery-1.9.1.min', 'libs/underscore-min']
}
}
\r
}
}
\r
@@
-19,7
+24,7
@@
requirejs([
'libs/jquery-1.9.1.min',
requirejs([
'libs/jquery-1.9.1.min',
- 'runner',
+ '
fnpjs/
runner',
'rng',
'./modules',
'libs/bootstrap/js/bootstrap.min'
'rng',
'./modules',
'libs/bootstrap/js/bootstrap.min'