diff options
Diffstat (limited to 'editor/scripts/color.js')
| -rw-r--r-- | editor/scripts/color.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/scripts/color.js b/editor/scripts/color.js index 8296e1e..3aebfc7 100644 --- a/editor/scripts/color.js +++ b/editor/scripts/color.js @@ -1,3 +1,5 @@ +'use strict' + function Color (hex = '#000000') { this.hex = hex |
