Browse Source

Explicitly set dependencies for axolotl library.

pull/225/head
Joachim Bauch 11 years ago
parent
commit
81318f09aa
  1. 10
      static/js/main.js

10
static/js/main.js

@ -124,6 +124,16 @@ require.config({ @@ -124,6 +124,16 @@ require.config({
},
'webfont': {
exports: 'WebFont'
},
'axolotl': {
deps: [
'axolotl-crypto',
'axolotlCryptoCurve25519',
'ByteBuffer',
'Long',
'protobufjs',
'traceur-runtime'
]
}
}
});

Loading…
Cancel
Save