Skip to content

Commit

Permalink
Change an absolute mid to a relative one.
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh authored and edhager committed Jan 10, 2017
1 parent d41191c commit e7f67a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/SingleQuery.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
define([
'dojo/_base/declare',
'dojo/dom-construct',
'dgrid/_StoreMixin'
'../_StoreMixin'
], function (declare, domConstruct, _StoreMixin) {
return declare(_StoreMixin, {
// summary:
Expand Down

0 comments on commit e7f67a4

Please sign in to comment.