Commit 5968eec7 authored by JC Brand's avatar JC Brand

Set backbone.nativeview as dependency for backbone.vdomview

parent 47aad318
......@@ -137,6 +137,7 @@ require.config({
shim: {
'backbone.overview': { deps: ['backbone.nativeview'] },
'backbone.orderedlistview': { deps: ['backbone.nativeview'] },
'backbone.vdomview': { deps: ['backbone.nativeview'] },
'awesomplete': { exports: 'Awesomplete'},
'emojione': { exports: 'emojione'},
'xss': {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment