First commit.
This commit is contained in:
6
snippets/js-mode/getElementById
Normal file
6
snippets/js-mode/getElementById
Normal file
@ -0,0 +1,6 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: getElementById
|
||||
# key: gebi
|
||||
# uuid: gebi
|
||||
# --
|
||||
`(unless (eq (char-before) ?.) ".")`getElementById(${1:id})`(if (eolp) ";")`
|
Reference in New Issue
Block a user