Skip to content

Instantly share code, notes, and snippets.

@jackz3
Created May 9, 2012 15:07
Show Gist options
  • Save jackz3/2645266 to your computer and use it in GitHub Desktop.
Save jackz3/2645266 to your computer and use it in GitHub Desktop.
var jQuery = (function($) {
$.pluginFunc = function() {
}
return $;
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment