Skip to content

Commit 3db896b

Browse files
committed
Drap event in DOM should in lowercase
1 parent 537f80a commit 3db896b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax/javascript/html5.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ syn keyword javascriptDomElemFuncs load addTextTrack
4040
syn keyword javascriptDomElemAttrs videoWidth videoHeight poster
4141

4242
" drag and drop
43-
syn keyword javascriptDomElemAttrs onDragStart onDragEnd onDragEnter onDragLeave onDragOver onDrag onDrop draggable dropzone
43+
syn keyword javascriptDomElemAttrs ondragstart ondragend ondragenter ondragleave ondragover ondrag ondrop draggable dropzone
4444

4545
" <checkbox>
4646
syn keyword javascriptDomElemAttrs indeterminate

0 commit comments

Comments
 (0)