Replaced documentary js placeholders
This commit is contained in:
parent
ffcd8b8e2a
commit
1df9d6cc66
@ -1,11 +1,11 @@
|
||||
# prototype
|
||||
snippet proto
|
||||
${1}.prototype.${2} = function(${3}) {
|
||||
${1:class_name}.prototype.${2:method_name} = function(${3}) {
|
||||
${0}
|
||||
};
|
||||
# Function
|
||||
snippet fun
|
||||
function ${1}(${2}) {
|
||||
function ${1:function_name}(${2}) {
|
||||
${0}
|
||||
}
|
||||
# Anonymous Function
|
||||
|
Loading…
Reference in New Issue
Block a user