Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
require snippet updated
Browse files Browse the repository at this point in the history
  • Loading branch information
erkobridee committed Apr 30, 2015
1 parent c38c654 commit 451dd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ require({
**Content:**

```javascript
require('${1:path/file_js}');$0
require('${1:path/file_js}')$0
```

#### Require.js: [define]
Expand Down
2 changes: 1 addition & 1 deletion snippets/requirejs/require.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<snippet>
<content><![CDATA[
require('${1:path/file_js}');$0
require('${1:path/file_js}')$0
]]></content>
<tabTrigger>require</tabTrigger>
<scope>source.js</scope>
Expand Down

0 comments on commit 451dd75

Please sign in to comment.