Skip to content

Instantly share code, notes, and snippets.

@polyclick
Created July 31, 2015 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save polyclick/97aafff086078c1d15f0 to your computer and use it in GitHub Desktop.
Save polyclick/97aafff086078c1d15f0 to your computer and use it in GitHub Desktop.
classjs init snippet
'use strict';
var ClassName = Class.extend({
init: function() {
// catch arguments here
// init class
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment