Bug fixing. First functional version

This commit is contained in:
2014-11-03 01:21:52 +01:00
parent e59a3df7f4
commit ddc9d67128
6 changed files with 142 additions and 74 deletions

View File

@@ -61,6 +61,6 @@ function string (value) {
}
module.exports.string = string;
module.esports.color = color;
module.exports.color = color;
module.exports.position = position;
module.exports.bool = bool;