Type checking in Closure Compiler (jQuery) -
i'm trying use closure compiler check parameter types (not actual compilation @ stage). references jquery functions cause errors. ideas?
i'm calling: java -jar "c:...\compiler.jar" --js test.js --js_output_file test.min.js --summary_detail_level 3 --jscomp_error checktypes
but get:
c:...\website1\test.js:28: error - property dialog never defined on ? $("#mydialog").dialog({
i've tried including jquery.js external, makes more errors not less!
Comments
Post a Comment