Parcourir la source

Set backbone.nativeview as dependency for backbone.vdomview

JC Brand il y a 7 ans
Parent
commit
5968eec783
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/config.js

+ 1 - 0
src/config.js

@@ -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':  {