Skip to content

Commit 3dd8f06

Browse files
junkdecklpil
authored andcommitted
added 'getElementsByClassName' by 'c' in 'javascript'
1 parent 954929d commit 3dd8f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UltiSnips/javascript.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ endglobal
2626
# TextMate Snippets #
2727
###########################################################################
2828
snippet get "Get Elements"
29-
getElement${1/(T)|.*/(?1:s)/}By${1:T}${1/(T)|(I)|.*/(?1:agName)(?2:d)/}('$2')
29+
getElement${1/(T)|(C)|.*/(?1:s)(?2:s)/}By${1:T}${1/(T)|(I)|(C).*/(?1:agName)(?2:d)(?3:lassName)/}('$2')
3030
endsnippet
3131

3232
snippet '':f "object method string"

0 commit comments

Comments
 (0)