location.js 67 Bytes
define( function() {
	"use strict";

	return window.location;
} );