mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed sublime snippets
This commit is contained in:
parent
622975ba7b
commit
aa30a23ca1
2 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ define([
|
||||||
"${2:Path}"
|
"${2:Path}"
|
||||||
],
|
],
|
||||||
|
|
||||||
function(Parent) {
|
function (Parent) {
|
||||||
|
|
||||||
function ${1:Module}() {
|
function ${1:Module}() {
|
||||||
Parent.call(this);
|
Parent.call(this);
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
define([
|
define([
|
||||||
],
|
],
|
||||||
|
|
||||||
function() {
|
function () {
|
||||||
|
|
||||||
function ${1:Module}() {
|
function ${1:Module}() {
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue