UNPKG
todomvc
Version:
latest (0.1.1)
0.1.1
0.1.0
> Helping you select an MV\* framework
todomvc
/
examples
/
canjs_require
/
bower_components
/
canjs
/
amd
/
can
/
util
/
library.js
12 lines
•
251 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/
*! *
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/jquery"], function(can) { return can; });