Blame view
dist/bower_components/jquery/src/data/var/dataPriv.js
84 Bytes
|
ffc06a7f8
|
1 2 3 4 5 6 7 |
define( [
"../Data"
], function( Data ) {
"use strict";
return new Data();
} );
|
|
ffc06a7f8
|
1 2 3 4 5 6 7 |
define( [
"../Data"
], function( Data ) {
"use strict";
return new Data();
} );
|