/ Published in: JavaScript
Include my own library of code snippets all self contained. Allows me to keep my javascript safe and my name makes it mine. This auto initialises when included.
Expand |
Embed | Plain Text
//Creates an object with all my methods in. var aspden = function(){ return { somefunction : function(argument){ } }
You need to login to post a comment.
