integration wip: use default value for baseUrl
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 11 Dec 2013 16:21:13 +0000 (17:21 +0100)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Sun, 15 Dec 2013 21:32:51 +0000 (22:32 +0100)
commit2ffd7ab0bf214b5221d52e25ba081d944ba35843
tree6b71358adc4d79519d4c33423249f23e953fcf65
parent5cd41e637e9c0d4e1b5d2e03a68ad8ad3ed6778f
integration wip: use default value for baseUrl

baseUrl defaults to entrypoint.js url so no need to set it explicitly.

On top of that, setting it here would require hosting page to define
global variable accessible from entrypoint.js to configure baseUrl value
for a given environment which:
- adds additional configuration step for hosting page,
- breaks r.js optimizer as it requires call to requirejs.config
to be parsable as JSON.
src/editor/entrypoint.js