added semicolon because of jslint

This commit is contained in:
Jeena 2015-03-15 13:39:51 +01:00
parent 69a3213df8
commit 55eff36f34
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ function (Parent) {
${1:Module}.prototype.${3:name} = function(${4:arguments}) {
return null;
}
};
return ${1:Module};