MINOR: fix scalaVersion variable in templateData.js

Author: Damian Guy <damian.guy@gmail.com>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #3790 from dguy/fix-js-tempate
This commit is contained in:
Damian Guy 2017-09-05 11:45:21 +01:00
parent b1871e5adf
commit caddae19ea
1 changed files with 2 additions and 2 deletions

View File

@ -19,6 +19,6 @@ limitations under the License.
var context={
"version": "100",
"dotVersion": "1.0",
"fullDotVersion": "1.0.0"
"scalaVersion:" "2.11"
"fullDotVersion": "1.0.0",
"scalaVersion": "2.11"
};