window.Glog = function(msg) { console.log(msg); }; // <--- Add this semicolon (function(win) { // ... })(window);