responsive_carousel
responsive_carousel copied to clipboard
Google Closure Compiler Extern Help
Anyone out there knowledgeable on Google's closure compiler? I got started but need someone with expertise on the subject to finish it up. I have 9 warnings left that I'd like to get rid of but don't have the time to figure out right now. Help me out! Get some credit!
Perhaps it would be helpful to post the warnings here?
JSC_TYPE_PARSE_ERROR: Bad type annotation. Unknown type Modernizr at line 2250 character 13 in cc.externs.txt
* @return {!Modernizr}
^
JSC_NAME_REFERENCE_IN_EXTERNS: accessing name Modernizr in externs has no effect at line 2252 character 0 in cc.externs.txt
Modernizr = function() {};
^
JSC_UNDEFINED_EXTERN_VAR_ERROR: name Modernizr is not undefined in the externs. at line 2259 character 0 in cc.externs.txt
Modernizr.csstransitions
^
JSC_INEXISTENT_PROPERTY: Property destroy never defined on this.internal.touchObject at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();
^
JSC_INEXISTENT_PROPERTY: Property internal never defined on global this at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();
^
JSC_INEXISTENT_PROPERTY: Property touchObject never defined on this.internal at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();
^
JSC_MISPLACED_TYPE_ANNOTATION: Type annotations are not allowed here. Are you missing parentheses? at line 2265 character 0 in cc.externs.txt
this.internal.touchObject.destroy();