cloudinary/cloudinary_scala

jshint error

khanetor opened this issue · 0 comments

There are issues with the jquery.cloudinary.js file. The javascript works fine, but jshint does not like the way this file is written. For example in line 152, I get the error 'i' is already defined because variable i has been defined in the previous for loop. To see this issue, please enable the jshint plugin included with play by adding to plugins.sbt this line addSbtPlugin("com.typesafe.sbt" % "sbt-jshint" % "1.0.1").