/javascript-mode/extjs_ready
http://github.com/ridgetang/snippets · #! · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 376e176cdf7043cf9892ea5ad9273c50 MD5 · raw file
- # name : ready
- # key : ready
- # group : extjs
- # contributor : crazycode@gmail.com
- # This was cloned from a TextMate bundle for yasnippet.
- # --
- Ext.onReady(function() {
- $0
- });