File "isWindow.js"
Full Path: C:/wamp64/www/porteria/node_modules/jquery/src/var/isWindow.js
File size: 126 bytes
MIME-type: text/plain
Charset: utf-8
define( function() {
"use strict";
return function isWindow( obj ) {
return obj != null && obj === obj.window;
};
} );