Skip to content

Commit

Permalink
Merge pull request #225 from wkeese/remove-unused-dependency
Browse files Browse the repository at this point in the history
Remove unused Deferred dependency.
  • Loading branch information
msssk authored Jan 7, 2020
2 parents 7c8a77f + 8a76d89 commit c69b07c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Store.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ define([
'dojo/aspect',
'dojo/has',
'dojo/when',
'dojo/Deferred',
'dojo/_base/declare',
'./QueryMethod',
'./Filter',
'dojo/Evented'
], function (lang, arrayUtil, aspect, has, when, Deferred, declare, QueryMethod, Filter, Evented) {
], function (lang, arrayUtil, aspect, has, when, declare, QueryMethod, Filter, Evented) {

// module:
// dstore/Store
Expand Down

0 comments on commit c69b07c

Please sign in to comment.