You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
typeahead.js won't minify using Google Closure Compiler, due to errors in code (36 for 0.8.1).
I used this to test : http://closure-compiler.appspot.com/home
Thanks !
The text was updated successfully, but these errors were encountered:
Seems like the Closure Compiler does not approve of using char as a variable name 😦. For now you could replace the usage of char in typeahead.js with something else to get it working. I'll be sure to fix this in v0.8.2.
Hello,
typeahead.js won't minify using Google Closure Compiler, due to errors in code (36 for 0.8.1).
I used this to test :
http://closure-compiler.appspot.com/home
Thanks !
The text was updated successfully, but these errors were encountered: