Skip to content

Instantly share code, notes, and snippets.

@IgorHalfeld
Created June 15, 2016 03:54
Show Gist options
  • Save IgorHalfeld/9ed83cd72808244e8e128994db58dcce to your computer and use it in GitHub Desktop.
Save IgorHalfeld/9ed83cd72808244e8e128994db58dcce to your computer and use it in GitHub Desktop.
(function($, window, undefined) {
'use strict';
var App = {
init: function() {
console.log('Started!');
}
};
App.init();
})(jQuery, window);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment