Skip to content

guilhermepontes/module-pattern-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Module Pattern Bootstrap

An bootstrap that uses the Module design pattern.

Installation

Clone into your project.

git clone git@github.com:guilhermepontes/module-pattern-bootstrap.git

Usage

var init =  {
	ready : function() {
		sampleApplication.init();
	},

	load : function() {
		sampleApplication.load();
	}
};


$( document ).ready( init.ready )
$( window ).load( init.load );

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

About

♻️ Just a Module Pattern example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •