diff options
| author | neauoire <aliceffekt@gmail.com> | 2019-11-09 11:11:11 -0500 |
|---|---|---|
| committer | neauoire <aliceffekt@gmail.com> | 2019-11-09 11:11:11 -0500 |
| commit | f7e20d0ae0273dbb9bc2c86a4715e53707279aee (patch) | |
| tree | 61607919456bc6ad6b0b5d4f0765113a2a330b8d /editor/scripts/color.js | |
| parent | a0015b535b78ae49e39af1c76bf53b70c14d20b4 (diff) | |
*
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 |
