yasnippet/snippets/js2-mode/method.yasnippet
2013-02-15 14:22:23 -08:00

8 lines
98 B
Plaintext

# -*- mode: snippet -*-
# name: method
# key: method
# --
$1.prototype.$2 = function($3){
${0}
};