Skip to content

Commit

Permalink
Use new legacy module path introduced in can-event-queue 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chasenlehara committed Nov 21, 2017
1 parent 87a647e commit b0d8350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var Map = require('can-map');
var bubble = require('can-map/bubble');
var mapHelpers = require('can-map/map-helpers');
var queues = require('can-queues');
var canEvent = require('can-event-queue');
var canEvent = require('can-event-queue/map/legacy/legacy');
var Observation = require('can-observation');

var CID = require('can-cid');
Expand Down

0 comments on commit b0d8350

Please sign in to comment.