I'm trying to write a plugin for showtime/movian https://movian.tv/ using
clojurescript.
During plugin loading I see error in subject.
JS [ERROR]:
file:///home/eduard/pet/showtime_brbto/javascripts/fsto.js:65 SyntaxError: test
for equality (==) mistyped as assignment (=)?
JS [DEBUG]: Plugin
file:///home/eduard/pet/showtime_brbto/javascripts/fsto.js unloaded
The lines in question are:
var namespace = name;
=> while (namespace = namespace.substring(0, namespace.lastIndexOf("."))) {
if (goog.getObjectByName(namespace)) {
break;
}
goog.implicitNamespaces_[namespace] = true;
}
Any way to hint closure compiler to be more strict?
Maybe someone encounter such error before?
Best regards,
Eduard
--
Note that posts from new members are moderated - please be patient with your
first post.
---
You received this message because you are subscribed to the Google Groups
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.