Skip to content

Instantly share code, notes, and snippets.

@blaja
Created August 2, 2015 15:12
Show Gist options
  • Save blaja/b3a780f427327ee97bfb to your computer and use it in GitHub Desktop.
Save blaja/b3a780f427327ee97bfb to your computer and use it in GitHub Desktop.
(function () {
'use strict';
return this === undefined; // false
}.call(this));
(function(global){
'use strict';
return global === undefined // false
})(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment