Define jed path in main.js, not locales.js

This commit is contained in:
JC Brand 2014-09-06 14:02:05 +02:00
parent 0ca5f602e7
commit 5d4deffc48
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,6 @@
(function (root, factory) {
require.config({
paths: {
"jed": "components/jed/jed",
"af": "locale/af/LC_MESSAGES/af",
"de": "locale/de/LC_MESSAGES/de",
"en": "locale/en/LC_MESSAGES/en",

View File

@ -1,6 +1,7 @@
config = {
baseUrl: '.',
paths: {
"jed": "components/jed/jed",
"jquery": "components/jquery/dist/jquery",
"jquery.browser": "components/jquery.browser/dist/jquery.browser",
"jquery.easing": "components/jquery-easing-original/jquery.easing.1.3", // XXX: Only required for https://conversejs.org website