Skip to content

Instantly share code, notes, and snippets.

@tjeastmond
Last active October 2, 2015 08:18
Show Gist options
  • Save tjeastmond/2209655 to your computer and use it in GitHub Desktop.
Save tjeastmond/2209655 to your computer and use it in GitHub Desktop.
JS Module Pattern - Simple example for a friend
(function() {
var SpotifySearch = window.SpotifySearch = function() {
};
}).call(this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment