corrade-http-templates

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 61  →  ?path2? @ 62
/instantMessage/node_modules/jquery/src/var/isWindow.js
@@ -0,0 +1,8 @@
define( function() {
"use strict";
 
return function isWindow( obj ) {
return obj != null && obj === obj.window;
};
 
} );