added semicolon because of jslint

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

View file

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