Skip to content

Instantly share code, notes, and snippets.

View wolffc's full-sized avatar

Christian Wolff wolffc

  • Berlin, Germany
View GitHub Profile
@wolffc
wolffc / jQuery: Module Pattern Template
Created May 22, 2013 20:05
jQuery: Module Pattern Template
// jQuery Module Pattern
(function($) {
// The jQuery function
$.MyModuleName = function(options) {
var mod = {
options: $.extend(
// Default Options
{
'optionaName1': 'defaultValue',
'optionaName2': 'defaultValue2',
@wolffc
wolffc / .gitignore
Created April 8, 2013 08:19
gitignore file
### this is the Global Git Ignore file
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?