Blame view
dist/bower_components/jquery/src/var/document.js
67 Bytes
|
ffc06a7f8
|
1 2 3 4 5 |
define( function() {
"use strict";
return window.document;
} );
|
|
ffc06a7f8
|
1 2 3 4 5 |
define( function() {
"use strict";
return window.document;
} );
|