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