(function(){
var functionName = function(){
this.init();
};
functionName.prototype = {
init : function() {
this.setFunction();
},
setFunction : function() {
// do stuff here
}
};
new functionName();
})();
-
Recent Posts
Recent Comments
Archives
Categories
Tags
Meta