Trium918 Posted February 1, 2014 Share Posted February 1, 2014 (edited) // 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); }); }; Edited February 1, 2014 by Trium918 Quote Link to comment https://forums.phpfreaks.com/topic/285857-fixing-short-hand-coding/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.