SublimeText / jQuery

Sublime Text package bundle for jQuery
323 stars 98 forks source link

add #28

Open guohuihot opened 8 years ago

guohuihot commented 8 years ago

e.stopPropagation()

mrmartineau commented 8 years ago

Please add more information.

guohuihot commented 8 years ago

It's mean

<snippet>
    <content><![CDATA[${1:e}.stopPropagation();$0]]></content>
    <tabTrigger>es</tabTrigger>
    <description>e.stopPropagation()</description>
    <scope>source.js</scope>
</snippet>