aboutsummaryrefslogtreecommitdiff
path: root/node_modules/jquery/src/var/isWindow.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/jquery/src/var/isWindow.js')
-rw-r--r--node_modules/jquery/src/var/isWindow.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/node_modules/jquery/src/var/isWindow.js b/node_modules/jquery/src/var/isWindow.js
deleted file mode 100644
index 2ba1168..0000000
--- a/node_modules/jquery/src/var/isWindow.js
+++ /dev/null
@@ -1,8 +0,0 @@
-define( function() {
- "use strict";
-
- return function isWindow( obj ) {
- return obj != null && obj === obj.window;
- };
-
-} );