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

scripts.node_modules.jquery.src.var.isWindow.js Maven / Gradle / Ivy

The newest version!
define( function() {
	"use strict";

	return function isWindow( obj ) {
		return obj != null && obj === obj.window;
	};

} );




© 2015 - 2025 Weber Informatics LLC | Privacy Policy