browser.js (101B)
1 var GLOBAL = 'Window'; 2 3 function isObject(obj) 4 { 5 return obj instanceof Object || obj == window; 6 }