All Downloads are FREE. Search and download functionalities are using the official Maven repository.

polyfills.Window.raw.js Maven / Gradle / Ivy

The newest version!

// Window
(function(global) {
	if (global.constructor) {
		global.Window = global.constructor;
	} else {
		(global.Window = global.constructor = new Function('return function Window() {}')()).prototype = this;
	}
}(this));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy