UNPKG

funcunit

Version:
9 lines (8 loc) 282 B
// Loads all observable core modules steal("can/util", "can/map", "can/list", "can/compute", function (can) { can.Observe = can.Map; can.Observe.startBatch = can.batch.start; can.Observe.stopBatch = can.batch.stop; can.Observe.triggerBatch = can.batch.trigger; return can; });