mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
fix define snippet
This commit is contained in:
@@ -6,7 +6,7 @@ snippet def "define an AMD module"
|
|||||||
define([
|
define([
|
||||||
'${1:backbone}'
|
'${1:backbone}'
|
||||||
], (
|
], (
|
||||||
${2:Backbone})
|
${2:Backbone}
|
||||||
) => {
|
) => {
|
||||||
$0
|
$0
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user