Fix JS syntax error in variable declaration

Declarations in javascript should end with a semicolon. This
otherwise causes strange and hard to debug issues in minified
js assets.

Change-Id: I821a71b169b86e9f0318cbae4c6cc654cb97a4a7
(cherry picked from commit 052ff09bff)
This commit is contained in:
Dirk Mueller 2017-04-22 21:19:34 +02:00
parent 761f5521da
commit d36968f489
1 changed files with 1 additions and 1 deletions