Skip to content

Commit

Permalink
add missing requires (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
jansule committed Mar 29, 2021
1 parent c54b185 commit f4c4b25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/data/MapfishPrintProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ Ext.define('GeoExt.data.MapfishPrintProvider', {
],
requires: [
'GeoExt.data.model.print.Capability',
'Ext.data.JsonStore'
'Ext.data.JsonStore',
'Ext.data.Store',
'Ext.data.proxy.Ajax',
'Ext.data.proxy.JsonP'
],
// <debug>
symbols: [
Expand Down

0 comments on commit f4c4b25

Please sign in to comment.