mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added semicolon because of jslint
This commit is contained in:
parent
d36e89bacd
commit
51e719b509
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ function (Parent) {
|
|||
|
||||
${1:Module}.prototype.${3:name} = function(${4:arguments}) {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
return ${1:Module};
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ function () {
|
|||
|
||||
${1:Module}.prototype.${2:name} = function(${3:arguments}) {
|
||||
return null;
|
||||
}
|
||||
};
|
||||
|
||||
return ${1:Module};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue