todomvc
Version:
> Helping you select an MV\* framework
12 lines • 324 B
JavaScript
/*!
* CanJS - 2.0.3
* http://canjs.us/
* Copyright (c) 2013 Bitovi
* Tue, 26 Nov 2013 18:21:22 GMT
* Licensed MIT
* Includes: CanJS default build
* Download from: http://canjs.us/
*/
define(["can/util/library", "can/control/route", "can/model", "can/view/mustache", "can/component"], function(can) {
return can;
});