Skip to content

Instantly share code, notes, and snippets.

@claudioovp
Created March 20, 2015 13:52
Show Gist options
  • Save claudioovp/2db5a0dd616b34efe61f to your computer and use it in GitHub Desktop.
Save claudioovp/2db5a0dd616b34efe61f to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
(function(window) {
'use strict';
function ${1:ClassName}() {
function init(){
}
init();
//public methods
return {
}
}
window.${1:ClassName} = ${1:ClassName};
}(window));
]]></content>
<tabTrigger>classjs</tabTrigger>
<scope>source.js</scope>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment