Created
February 7, 2012 21:02
-
-
Save muhammadghazali/1761929 to your computer and use it in GitHub Desktop.
JavaScript Code Template for anonymous function. I used this code template in NetBeans. Read more: http://wiki.netbeans.org/Java_EditorUsersGuide#How_to_use_Code_Templates
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function ${name}(${parameters}) {${cursor}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function (${parameters}) {${cursor}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment