diff options
Diffstat (limited to 'lib/components/control_map.js')
| -rw-r--r-- | lib/components/control_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/components/control_map.js b/lib/components/control_map.js index 4edf318..462ad8b 100644 --- a/lib/components/control_map.js +++ b/lib/components/control_map.js @@ -54,4 +54,4 @@ export default class ControlMapComponent extends Component { */ this.map = this.map || []; } -}; +} |