Skip to content

Instantly share code, notes, and snippets.

@sergions80
Created March 9, 2016 16:22
Show Gist options
  • Save sergions80/b5f7b74ac7af7e654e72 to your computer and use it in GitHub Desktop.
Save sergions80/b5f7b74ac7af7e654e72 to your computer and use it in GitHub Desktop.
Simple Module Template
var Dates = (function($) {
"use strict";
return {
};
}(jQuery));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment