Skip to content

Commit

Permalink
include the "can/map" behavior as part of the module export (#471)
Browse files Browse the repository at this point in the history
include the "can/map" behavior as part of the built module default export
  • Loading branch information
nlundquist authored Jun 18, 2019
1 parent d881520 commit f11b266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions all.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ connect.dataUrl = require("./data/url/url");
connect.fallThroughCache = require("./fall-through-cache/fall-through-cache");
connect.realTime = require("./real-time/real-time");

connect.canMap = require("./can/map/map");

connect.superMap = require("./can/super-map/super-map");
connect.baseMap = require('./can/base-map/base-map');

Expand Down

0 comments on commit f11b266

Please sign in to comment.