Trium918 Posted February 1, 2014 Share Posted February 1, 2014 // would this be consider short hand coding in JavaScript or not? var History = function() { var self = this; var args = arguments; $(function(){ self.init.apply(self, args); }); }; Link to comment https://forums.phpfreaks.com/topic/285857-fixing-short-hand-coding/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.