Skip to content

Instantly share code, notes, and snippets.

@ismaail
Created January 4, 2014 22:04
Show Gist options
  • Save ismaail/8261354 to your computer and use it in GitHub Desktop.
Save ismaail/8261354 to your computer and use it in GitHub Desktop.
JS self call function
/*jshint strict:true, browser:true, jquery:true, devel:true, curly:true, eqeqeq:true, immed:true, latedef:true, plusplus:true, undef:true, unused:true */
(function(window, document, undefined) {
"use strict";
}(this, this.document));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment