resthub/resthub-archetypes

Missing shim for backbone-queryparams in main.js

Closed this issue · 1 comments

missing "backbone-queryparams" on"underscore" in "main.js". This may lead to loading errors.

'backbone-queryparams': {
  deps: [
      'underscore'
  ],
  exports: 'Backbone'
},