Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Aug 14, 2013
1 parent 069d369 commit 85c98ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ${1:document}.addEventListener('${2:event}', function(e) {
${1:document}.appendChild('${2}');
```
### [ce] createElement
### [cel] createElement
```javascript
${1:document}.createElement('${2:elem}');
Expand Down Expand Up @@ -265,6 +265,8 @@ require('${1:module}');
## History
* [v0.1.3](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.3) August 14, 2013
* Fix duplicated [ce] shortcut
* [v0.1.2](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.2) August 14, 2013
* Added timer function snippets
* [v0.1.1](https://github.com/zenorocha/sublime-snippets-js/releases/tag/0.1.1) August 14, 2013
Expand Down
2 changes: 1 addition & 1 deletion dom-createElement.sublime-snippet
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<content><![CDATA[
${1:document}.createElement('${2:elem}');
]]></content>
<tabTrigger>ce</tabTrigger>
<tabTrigger>cel</tabTrigger>
<scope>source.js</scope>
<description>createElement</description>
</snippet>

0 comments on commit 85c98ba

Please sign in to comment.