Skip to content

Commit

Permalink
import non legacy map bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
justinbmeyer committed Dec 13, 2017
1 parent 9432c11 commit f191ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can-simple-map.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var Construct = require("can-construct");
var eventQueue = require("can-event-queue/map/legacy/legacy");
var eventQueue = require("can-event-queue/map/map");
var queues = require("can-queues");
var each = require("can-util/js/each/each");
var ObservationRecorder = require("can-observation-recorder");
Expand Down

0 comments on commit f191ad6

Please sign in to comment.