add missing semicolons

This commit is contained in:
Martin
2017-10-13 15:40:02 +02:00
parent 885b364f08
commit 0052fdf48e
11 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ function TextButton(id, text, settings, isActive) {
this.getId = function() {
return _id;
}
};
/**
* @return {Boolean}