Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(139 errors, 14 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

repository/ensemble/db/access.php
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
repository/ensemble/ext_chooser/index.php
(#27) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#30) Variable "ensembleUrl" must be all lower-case
(#31) Variable "serviceUser" must be all lower-case
(#32) Variable "authDomain" must be all lower-case
(#33) Variable "authType" must be all lower-case
(#33) Variable "serviceUser" must be all lower-case
(#73) Variable "ensembleUrl" must be all lower-case
(#84) Variable "authType" must be all lower-case
(#171) Line indented incorrectly; expected 4 spaces, found 8
(#173) Variable "serviceUser" must be all lower-case
(#174) Variable "authDomain" must be all lower-case
(#175) Line indented incorrectly; expected 4 spaces, found 8
repository/ensemble/ext_chooser/proxy.php
(#28) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#33) Variable "api_url" must not contain underscores.
(#35) Variable "ensembleUrl" must be all lower-case
(#36) Variable "serviceUser" must be all lower-case
(#37) Variable "servicePass" must be all lower-case
(#38) Variable "authDomain" must be all lower-case
(#43) Variable "cookie_prefix" must not contain underscores.
(#43) Variable "ensembleUrl" must be all lower-case
(#45) Variable "serviceUser" must be all lower-case
(#46) Line indented incorrectly; expected at least 4 spaces, found 2
(#46) Variable "serviceUser" must be all lower-case
(#47) Line indented incorrectly; expected at least 4 spaces, found 2
(#47) Variable "servicePass" must be all lower-case
(#48) Line indented incorrectly; expected at least 4 spaces, found 2
(#49) Variable "cookie_prefix" must not contain underscores.
(#50) Line indented incorrectly; expected at least 4 spaces, found 2
(#50) Variable "cookie_prefix" must not contain underscores.
(#51) Line indented incorrectly; expected at least 4 spaces, found 2
(#51) Variable "cookie_prefix" must not contain underscores.
(#52) Line indented incorrectly; expected at least 4 spaces, found 2
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Variable "ensembleUrl" must be all lower-case
(#56) Variable "api_url" must not contain underscores.
(#57) Line indented incorrectly; expected at least 4 spaces, found 2
(#58) Line indented incorrectly; expected at least 4 spaces, found 2
(#59) Line indented incorrectly; expected at least 4 spaces, found 2
(#62) Variable "api_url" must not contain underscores.
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line indented incorrectly; expected at least 4 spaces, found 2
(#67) Variable "userFilter" must be all lower-case
(#67) Variable "authDomain" must be all lower-case
(#67) Variable "authDomain" must be all lower-case
(#68) Line indented incorrectly; expected at least 4 spaces, found 2
(#68) Variable "userFilter" must be all lower-case
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line indented incorrectly; expected 4 spaces, found 2
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Line indented incorrectly; expected 4 spaces, found 2
(#89) A closing tag is not permitted at the end of a PHP file
repository/ensemble/lib.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Line indented incorrectly; expected 4 spaces, found 2
(#30) Line indented incorrectly; expected at least 8 spaces, found 4
(#31) Line indented incorrectly; expected 4 spaces, found 2
(#33) Line indented incorrectly; expected 4 spaces, found 2
(#34) Line indented incorrectly; expected at least 8 spaces, found 4
(#34) Line exceeds maximum limit of 180 characters; contains 209 characters
(#35) Line indented incorrectly; expected at least 8 spaces, found 4
(#36) Line indented incorrectly; expected 4 spaces, found 2
(#38) Line indented incorrectly; expected 4 spaces, found 2
(#39) Line indented incorrectly; expected at least 8 spaces, found 4
(#40) Line indented incorrectly; expected 4 spaces, found 2
(#42) Line indented incorrectly; expected 4 spaces, found 2
(#43) Line indented incorrectly; expected at least 8 spaces, found 4
(#43) Variable "ensembleURL" must be all lower-case
(#44) Line indented incorrectly; expected 8 spaces, found 4
(#44) Expected "if (...) {\n"; found "if (...){\n"
(#44) Variable "ensembleURL" must be all lower-case
(#45) Line indented incorrectly; expected at least 12 spaces, found 6
(#45) Variable "ensembleURL" must be all lower-case
(#46) Line indented incorrectly; expected 8 spaces, found 4
(#47) Line indented incorrectly; expected at least 8 spaces, found 4
(#47) Variable "serviceUser" must be all lower-case
(#48) Line indented incorrectly; expected 8 spaces, found 4
(#48) Expected "if (...) {\n"; found "if (...){\n"
(#48) Variable "serviceUser" must be all lower-case
(#49) Line indented incorrectly; expected at least 12 spaces, found 6
(#49) Variable "serviceUser" must be all lower-case
(#50) Line indented incorrectly; expected 8 spaces, found 4
(#51) Line indented incorrectly; expected at least 8 spaces, found 4
(#51) Variable "servicePass" must be all lower-case
(#52) Line indented incorrectly; expected 8 spaces, found 4
(#52) Expected "if (...) {\n"; found "if (...){\n"
(#52) Variable "servicePass" must be all lower-case
(#53) Line indented incorrectly; expected at least 12 spaces, found 6
(#53) Variable "servicePass" must be all lower-case
(#54) Line indented incorrectly; expected 8 spaces, found 4
(#55) Line indented incorrectly; expected at least 8 spaces, found 4
(#55) Variable "authDomain" must be all lower-case
(#56) Line indented incorrectly; expected 8 spaces, found 4
(#56) Expected "if (...) {\n"; found "if (...){\n"
(#56) Variable "authDomain" must be all lower-case
(#57) Line indented incorrectly; expected at least 12 spaces, found 6
(#57) Variable "authDomain" must be all lower-case
(#58) Line indented incorrectly; expected 8 spaces, found 4
(#60) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Line indented incorrectly; expected at least 8 spaces, found 4
(#61) Variable "ensembleURL" must be all lower-case
(#61) Line exceeds 132 characters; contains 144 characters
(#62) Line indented incorrectly; expected at least 8 spaces, found 4
(#63) Line indented incorrectly; expected at least 8 spaces, found 4
(#64) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Line indented incorrectly; expected at least 8 spaces, found 4
(#65) Variable "serviceUser" must be all lower-case
(#65) Line exceeds 132 characters; contains 144 characters
(#66) Line indented incorrectly; expected at least 8 spaces, found 4
(#67) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Line indented incorrectly; expected at least 8 spaces, found 4
(#68) Variable "servicePass" must be all lower-case
(#68) Line exceeds 132 characters; contains 154 characters
(#69) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Line indented incorrectly; expected at least 8 spaces, found 4
(#70) Variable "authDomain" must be all lower-case
(#70) Line exceeds 132 characters; contains 141 characters
(#71) Line indented incorrectly; expected at least 8 spaces, found 4
(#72) Line indented incorrectly; expected at least 8 spaces, found 4
(#73) Line indented incorrectly; expected 4 spaces, found 2
(#75) Line indented incorrectly; expected 4 spaces, found 2
(#76) Line indented incorrectly; expected at least 8 spaces, found 4
(#76) Variable "videoRepoId" must be all lower-case
(#76) Line exceeds maximum limit of 180 characters; contains 195 characters
(#77) Line indented incorrectly; expected at least 8 spaces, found 4
(#77) Variable "playlistRepoId" must be all lower-case
(#77) Line exceeds maximum limit of 180 characters; contains 204 characters
(#78) Line indented incorrectly; expected at least 8 spaces, found 4
(#78) Variable "videoRepoId" must be all lower-case
(#78) Variable "playlistRepoId" must be all lower-case
(#79) Line indented incorrectly; expected 4 spaces, found 2
(#81) Line indented incorrectly; expected 4 spaces, found 2
(#81) Possible useless method overriding detected
(#82) Line indented incorrectly; expected at least 8 spaces, found 4
(#83) Line indented incorrectly; expected 4 spaces, found 2
(#85) Line indented incorrectly; expected 4 spaces, found 2
(#86) Line indented incorrectly; expected at least 8 spaces, found 4
(#87) Line indented incorrectly; expected at least 8 spaces, found 4
(#88) Line indented incorrectly; expected at least 8 spaces, found 4
(#89) Line indented incorrectly; expected at least 8 spaces, found 4
(#90) Line indented incorrectly; expected at least 8 spaces, found 4
(#91) Line indented incorrectly; expected at least 8 spaces, found 4
(#92) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#95) Line indented incorrectly; expected 4 spaces, found 2
(#97) Line indented incorrectly; expected 4 spaces, found 2
(#98) Line indented incorrectly; expected at least 8 spaces, found 4
(#99) Line indented incorrectly; expected 4 spaces, found 2
(#101) Line indented incorrectly; expected 4 spaces, found 2
(#102) Line indented incorrectly; expected at least 8 spaces, found 4
(#103) Line indented incorrectly; expected 4 spaces, found 2

Javascript coding style problems

(14 errors, 3221 warnings)

This section shows the coding style problems detected in the code by jshint [More info]

repository/ensemble/ext_chooser/js/backbone/backbone-min.js
(#1) Line is too long.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected a conditional expression and instead saw an assignment.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'delete'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'f'.
(#1) Expected '{' and instead saw 'f'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'r'.
(#1) Expected '{' and instead saw '('.
(#1) Expected '{' and instead saw 'delete'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw '('.
(#1) Expected '{' and instead saw '('.
(#1) Expected '{' and instead saw '('.
(#1) Expected '{' and instead saw '('.
(#1) Expected '{' and instead saw '('.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 's'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'r'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '!==' and instead saw '!='.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'o'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'e'.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'continue'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 't'.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'r'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'r'.
(#1) Expected '{' and instead saw 'e'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'u'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'r'.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 's'.
(#1) Expected '{' and instead saw 'r'.
(#1) Expected '{' and instead saw 'e'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 's'.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'continue'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 't'.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected a conditional expression and instead saw an assignment.
(#1) Expected '{' and instead saw '_'.
(#1) Expected '{' and instead saw 'h'.
(#1) Expected '{' and instead saw 'l'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'continue'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'E'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'y'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'l'.
(#1) Expected '!==' and instead saw '!='.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'throw'.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 't'.
(#1) Expected '{' and instead saw 'e'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'r'.
(#1) Expected '{' and instead saw 's'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected '!==' and instead saw '!='.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 't'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'delete'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '!==' and instead saw '!='.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'r'.
(#1) Expected '{' and instead saw 'continue'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 't'.
(#1) Expected '{' and instead saw 't'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'a'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing '()' invoking a constructor.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 't'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 's'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 't'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '!==' and instead saw '!='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '{' and instead saw 't'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'throw'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'clearInterval'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'e'.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'i'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing '()' invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) A constructor name should start with an uppercase letter.
(#1) Missing '()' invoking a constructor.
(#1) Expected '{' and instead saw 'i'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'i'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) 'a' is defined but never used.
(#1) 'h' is defined but never used.
(#1) 't' is defined but never used.
(#1) 'e' is defined but never used.
(#1) 'e' is defined but never used.
(#1) 'e' is defined but never used.
(#1) 'e' is defined but never used.
(#1) 't' is defined but never used.
repository/ensemble/ext_chooser/js/backbone/backbone.js
(#86) Expected '{' and instead saw 'return'.
(#87) Expected an assignment or function call and instead saw an expression.
(#96) Expected '{' and instead saw 'return'.
(#112) Expected '{' and instead saw 'return'.
(#120) Expected a conditional expression and instead saw an assignment.
(#131) Expected '{' and instead saw 'delete'.
(#143) Expected '{' and instead saw 'return'.
(#145) Expected '{' and instead saw 'return'.
(#148) Expected '{' and instead saw 'triggerEvents'.
(#149) Expected '{' and instead saw 'triggerEvents'.
(#157) Expected '{' and instead saw 'return'.
(#159) Expected '{' and instead saw 'callback'.
(#160) Expected '{' and instead saw '('.
(#164) Expected '{' and instead saw 'delete'.
(#178) Expected '{' and instead saw 'return'.
(#206) Expected '{' and instead saw '('.
(#207) Expected '{' and instead saw '('.
(#208) Expected '{' and instead saw '('.
(#209) Expected '{' and instead saw '('.
(#210) Expected '{' and instead saw '('.
(#224) Expected '{' and instead saw 'callback'.
(#250) Expected an assignment or function call and instead saw an expression.
(#253) Expected '{' and instead saw 'this'.
(#254) Expected '{' and instead saw 'attrs'.
(#302) Expected '!==' and instead saw '!='.
(#310) Expected '===' and instead saw '=='.
(#310) Expected '{' and instead saw 'return'.
(#320) Expected an assignment or function call and instead saw an expression.
(#323) Expected '{' and instead saw 'return'.
(#336) Expected an assignment or function call and instead saw an expression.
(#339) Expected '{' and instead saw 'this'.
(#344) Expected '{' and instead saw 'changes'.
(#350) Expected an assignment or function call and instead saw an expression.
(#355) Expected '{' and instead saw 'this'.
(#363) Expected '{' and instead saw 'return'.
(#385) Expected '{' and instead saw 'attrs'.
(#392) Expected '===' and instead saw '=='.
(#392) Expected '{' and instead saw 'return'.
(#403) Expected '{' and instead saw 'return'.
(#407) Expected '{' and instead saw 'continue'.
(#416) Expected '===' and instead saw '=='.
(#416) Expected '{' and instead saw 'return'.
(#431) Expected '{' and instead saw 'options'.
(#435) Expected '{' and instead saw 'return'.
(#436) Expected '{' and instead saw 'success'.
(#450) Expected '===' and instead saw '=='.
(#463) Expected '{' and instead saw 'return'.
(#465) Expected '{' and instead saw 'return'.
(#475) Expected '{' and instead saw 'options'.
(#482) Expected '{' and instead saw 'serverAttrs'.
(#486) Expected '{' and instead saw 'success'.
(#492) Expected '{' and instead saw 'options'.
(#496) Expected '{' and instead saw 'this'.
(#514) Expected '{' and instead saw 'destroy'.
(#515) Expected '{' and instead saw 'success'.
(#516) Expected '{' and instead saw 'model'.
(#526) Expected '{' and instead saw 'destroy'.
(#538) Expected '{' and instead saw 'return'.
(#566) Expected '{' and instead saw 'return'.
(#569) Expected '{' and instead saw 'return'.
(#602) Expected an assignment or function call and instead saw an expression.
(#603) Expected '{' and instead saw 'this'.
(#604) Expected '{' and instead saw 'this'.
(#607) Expected '{' and instead saw 'this'.
(#645) Expected an assignment or function call and instead saw an expression.
(#649) Expected '{' and instead saw 'continue'.
(#670) Expected '{' and instead saw 'models'.
(#676) Expected '===' and instead saw '=='.
(#694) Expected a conditional expression and instead saw an assignment.
(#695) Expected '{' and instead saw 'modelMap'.
(#698) Expected '{' and instead saw 'attrs'.
(#700) Expected '{' and instead saw 'sort'.
(#707) Expected '{' and instead saw 'continue'.
(#714) Expected '{' and instead saw 'order'.
(#721) Expected '{' and instead saw 'toRemove'.
(#723) Expected '{' and instead saw 'this'.
(#728) Expected '{' and instead saw 'sort'.
(#730) Expected '!==' and instead saw '!='.
(#735) Expected '{' and instead saw 'this'.
(#744) Expected '{' and instead saw 'this'.
(#751) Expected '{' and instead saw 'this'.
(#763) Expected an assignment or function call and instead saw an expression.
(#770) Expected '{' and instead saw 'this'.
(#805) Expected '===' and instead saw '=='.
(#805) Expected '{' and instead saw 'return'.
(#817) Expected '{' and instead saw 'return'.
(#820) Expected '{' and instead saw 'return'.
(#836) Expected '{' and instead saw 'throw'.
(#837) Expected an assignment or function call and instead saw an expression.
(#846) Expected '{' and instead saw 'this'.
(#860) Expected '{' and instead saw 'options'.
(#866) Expected '{' and instead saw 'success'.
(#878) Expected '{' and instead saw 'return'.
(#879) Expected '{' and instead saw 'this'.
(#883) Expected '{' and instead saw 'collection'.
(#884) Expected '{' and instead saw 'success'.
(#912) Expected '{' and instead saw 'return'.
(#916) Expected '{' and instead saw 'return'.
(#924) Expected '!==' and instead saw '!='.
(#924) Expected '{' and instead saw 'this'.
(#925) Expected '{' and instead saw 'model'.
(#931) Expected '{' and instead saw 'delete'.
(#940) Expected '{' and instead saw 'return'.
(#941) Expected '{' and instead saw 'this'.
(#944) Expected '!==' and instead saw '!='.
(#944) Expected '{' and instead saw 'this'.
(#998) Expected an assignment or function call and instead saw an expression.
(#1045) Expected '{' and instead saw 'this'.
(#1048) Expected '{' and instead saw 'this'.
(#1068) Expected '{' and instead saw 'return'.
(#1072) Expected '{' and instead saw 'method'.
(#1073) Expected '{' and instead saw 'continue'.
(#1103) Expected '{' and instead saw 'attrs'.
(#1104) Expected '{' and instead saw 'attrs'.
(#1150) Expected '===' and instead saw '=='.
(#1165) Expected '{' and instead saw 'params'.
(#1169) Expected '{' and instead saw 'return'.
(#1195) Missing '()' invoking a constructor.
(#1218) Expected an assignment or function call and instead saw an expression.
(#1219) Expected '{' and instead saw 'this'.
(#1245) Expected '{' and instead saw 'route'.
(#1250) Expected '{' and instead saw 'callback'.
(#1265) Expected '{' and instead saw 'callback'.
(#1278) Expected '{' and instead saw 'return'.
(#1281) Expected '!==' and instead saw '!='.
(#1305) Expected '{' and instead saw 'return'.
(#1371) Expected '===' and instead saw '=='.
(#1375) Expected '{' and instead saw 'fragment'.
(#1386) Expected '{' and instead saw 'throw'.
(#1445) Expected '{' and instead saw 'return'.
(#1452) Expected '{' and instead saw 'clearInterval'.
(#1469) Expected '{' and instead saw 'return'.
(#1470) Expected '{' and instead saw 'this'.
(#1495) Expected '{' and instead saw 'return'.
(#1496) Expected '{' and instead saw 'options'.
(#1503) Expected '{' and instead saw 'return'.
(#1507) Expected '{' and instead saw 'url'.
(#1521) Expected '{' and instead saw 'this'.
(#1530) Expected '{' and instead saw 'return'.
(#1548) Missing '()' invoking a constructor.
(#1576) Missing '()' invoking a constructor.
(#1580) Expected '{' and instead saw '_'.
(#1601) Expected '{' and instead saw 'error'.
(#39) 'push' is defined but never used.
(#41) 'splice' is defined but never used.
(#279) 'options' is defined but never used.
(#544) 'options' is defined but never used.
(#892) 'options' is defined but never used.
(#922) 'options' is defined but never used.
(#930) 'options' is defined but never used.
(#1464) 'e' is defined but never used.
repository/ensemble/ext_chooser/js/ev-script/ev-script.js
(#479) ['global'] is better written in dot notation.
(#483) Did you mean to return a conditional instead of an assignment?
(#488) ['global'] is better written in dot notation.
(#1009) Line is too long.
(#1059) Line is too long.
(#1140) Line is too long.
(#1194) Line is too long.
(#1232) Line is too long.
(#1446) Line is too long.
(#1448) Line is too long.
(#1606) Line is too long.
(#1611) Line is too long.
(#1803) Line is too long.
(#2018) Line is too long.
(#2020) Line is too long.
(#2203) Line is too long.
(#2206) Line is too long.
(#2420) Line is too long.
(#2443) Line is too long.
(#2620) Line is too long.
(#2623) Line is too long.
(#2626) Line is too long.
(#2718) Line is too long.
(#2757) Line is too long.
(#2759) Line is too long.
(#2833) Line is too long.
(#2963) Line is too long.
(#2965) Line is too long.
(#3268) Expected '!==' and instead saw '!='.
(#3278) Line is too long.
(#3281) Line is too long.
(#3342) Line is too long.
(#3420) Line is too long.
(#3423) Line is too long.
(#3531) Line is too long.
(#3610) Line is too long.
(#3686) Line is too long.
(#502) '$' is defined but never used.
(#503) '_' is defined but never used.
(#504) 'Backbone' is defined but never used.
(#584) '$' is defined but never used.
(#585) '_' is defined but never used.
(#821) 'config' is defined but never used.
(#842) 'value' is defined but never used.
(#901) 'evt' is defined but never used.
(#1282) 'key' is defined but never used.
(#1283) 'resp' is defined but never used.
(#1283) 'key' is defined but never used.
(#1284) 'key' is defined but never used.
(#1322) 'options' is defined but never used.
(#1322) 'response' is defined but never used.
(#1322) 'collection' is defined but never used.
(#1349) 'cachedValue' is defined but never used.
(#1354) 'key' is defined but never used.
(#1452) '$' is defined but never used.
(#1510) 'options' is defined but never used.
(#1510) 'response' is defined but never used.
(#1513) 'options' is defined but never used.
(#1529) 'options' is defined but never used.
(#1529) 'response' is defined but never used.
(#1532) 'options' is defined but never used.
(#1655) 'previewView' is defined but never used.
(#1671) 'options' is defined but never used.
(#1681) 'options' is defined but never used.
(#1696) '$item' is defined but never used.
(#1786) 'ui' is defined but never used.
(#1786) 'event' is defined but never used.
(#1793) 'ui' is defined but never used.
(#1793) 'event' is defined but never used.
(#1845) 'BaseCollection' is defined but never used.
(#1888) 'options' is defined but never used.
(#1888) 'response' is defined but never used.
(#1888) 'collection' is defined but never used.
(#1910) 'cacheUtil' is defined but never used.
(#1919) 'key' is defined but never used.
(#1920) 'resp' is defined but never used.
(#1920) 'key' is defined but never used.
(#1951) 'encodings' is defined but never used.
(#1951) 'index' is defined but never used.
(#2039) 'element' is defined but never used.
(#2213) 'Backbone' is defined but never used.
(#2215) 'VideoSettings' is defined but never used.
(#2296) 'info' is defined but never used.
(#2296) 'up' is defined but never used.
(#2302) 'info' is defined but never used.
(#2302) 'up' is defined but never used.
(#2306) 'file' is defined but never used.
(#2340) 'file' is defined but never used.
(#2372) 'info' is defined but never used.
(#2372) 'file' is defined but never used.
(#2372) 'up' is defined but never used.
(#2390) 'e' is defined but never used.
(#2395) '$dialog' is defined but never used.
(#2405) 'ui' is defined but never used.
(#2405) 'event' is defined but never used.
(#2408) 'ui' is defined but never used.
(#2408) 'event' is defined but never used.
(#2489) 'e' is defined but never used.
(#2498) 'uploadView' is defined but never used.
(#2534) 'options' is defined but never used.
(#2546) 'options' is defined but never used.
(#2562) 'options' is defined but never used.
(#2562) 'response' is defined but never used.
(#2569) 'options' is defined but never used.
(#2764) '$' is defined but never used.
(#2883) 'e' is defined but never used.
(#2906) 'options' is defined but never used.
(#2918) 'options' is defined but never used.
(#3027) 'response' is defined but never used.
(#3114) 'previewView' is defined but never used.
(#3169) '_' is defined but never used.
(#3192) '_' is defined but never used.
(#3246) 'options' is defined but never used.
(#3246) 'response' is defined but never used.
(#3250) 'options' is defined but never used.
(#3250) 'response' is defined but never used.
(#3250) 'model' is defined but never used.
(#3260) 'loginInfo' is defined but never used.
(#3270) 'authCallback' is defined but never used.
(#3270) 'element' is defined but never used.
(#3281) 'template' is defined but never used.
(#3315) 'ui' is defined but never used.
(#3315) 'event' is defined but never used.
(#3318) 'ui' is defined but never used.
(#3318) 'event' is defined but never used.
(#3375) 'options' is defined but never used.
(#3375) 'response' is defined but never used.
(#3375) 'collection' is defined but never used.
(#3381) 'options' is defined but never used.
(#3381) 'xhr' is defined but never used.
(#3381) 'collection' is defined but never used.
(#3423) 'template' is defined but never used.
(#3448) '$select' is defined but never used.
(#3457) 'settings' is defined but never used.
(#3457) 'xhr' is defined but never used.
(#3457) 'e' is defined but never used.
(#3460) 'settings' is defined but never used.
(#3460) 'xhr' is defined but never used.
(#3460) 'e' is defined but never used.
(#3473) 'ui' is defined but never used.
(#3473) 'event' is defined but never used.
(#3476) 'ui' is defined but never used.
(#3476) 'event' is defined but never used.
(#3517) 'key' is defined but never used.
(#3564) 'xhr' is defined but never used.
(#3564) 'status' is defined but never used.
(#3580) 'xhr' is defined but never used.
(#3580) 'status' is defined but never used.
(#3580) 'data' is defined but never used.
(#3610) 'template' is defined but never used.
(#3641) 'ui' is defined but never used.
(#3641) 'event' is defined but never used.
(#3644) 'ui' is defined but never used.
(#3644) 'event' is defined but never used.
(#3658) '$' is defined but never used.
(#3659) '_' is defined but never used.
(#3690) 'Backbone' is defined but never used.
(#3795) 'fieldView' is defined but never used.
(#3807) 'videoEmbed' is defined but never used.
(#3813) 'playlistEmbed' is defined but never used.
(#624) 'require' is defined but never used.
(#624) 'define' is defined but never used.
(#2205) 'navigator' is defined but never used.
repository/ensemble/ext_chooser/js/ev-script/ev-script.min.js
(#29) This character may get silently deleted by one or more browsers.
(#29) Line is too long.
(#29) Expected '===' and instead saw '=='.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) 'm' is already defined.
(#29) Expected '{' and instead saw 'if'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'e'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'break'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'e'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'for'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'break'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'throw'.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '!==' and instead saw '!='.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'm'.
(#29) Expected '{' and instead saw 'm'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 's'.
(#29) Expected '{' and instead saw 'm'.
(#29) Expected '{' and instead saw 'throw'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'if'.
(#29) Expected '{' and instead saw 'a'.
(#29) Expected '{' and instead saw 'a'.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 't'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '===' and instead saw '=='.
(#29) Expected '{' and instead saw 'return'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'return'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '===' and instead saw '=='.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Did you mean to return a conditional instead of an assignment?
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing '()' invoking a constructor.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing '()' invoking a constructor.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing '()' invoking a constructor.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing '()' invoking a constructor.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'e'.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected '{' and instead saw 'return'.
(#29) Missing '()' invoking a constructor.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected '{' and instead saw 'for'.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected '{' and instead saw 'n'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 't'.
(#29) Expected '{' and instead saw 'for'.
(#29) Expected '{' and instead saw 'i'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected '{' and instead saw 't'.
(#29) Missing '()' invoking a constructor.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'n'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '!==' and instead saw '!='.
(#29) Expected '{' and instead saw 'r'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing '()' invoking a constructor.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) A constructor name should start with an uppercase letter.
(#29) A constructor name should start with an uppercase letter.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'return'.
(#29) Expected '===' and instead saw '=='.
(#29) Expected '{' and instead saw 'return'.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'return'.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'this'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing '()' invoking a constructor.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing '()' invoking a constructor.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'r'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) A constructor name should start with an uppercase letter.
(#29) A constructor name should start with an uppercase letter.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) A constructor name should start with an uppercase letter.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected '{' and instead saw 'this'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Too many errors. (100% scanned).
repository/ensemble/ext_chooser/js/jquery/jquery.min.js
(#2) Line is too long.
(#2) Missing semicolon.
(#2) Expected an identifier and instead saw '=='.
(#2) Expected an operator and instead saw 'typeof'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'throw'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Unexpected use of '<<'.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Unexpected use of '>>'.
(#2) Unexpected use of '|'.
(#2) Unexpected use of '&'.
(#2) Unexpected use of '|'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw ';'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'o'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'try'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) 'hb' was used before it was defined.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Unexpected use of '~'.
(#2) Unexpected use of '~'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'c'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw '1'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Unexpected use of '&'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Unexpected use of '&'.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Unexpected use of '&'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'h'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'try'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'b'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'c'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'm'.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw '('.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Unexpected use of '~'.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'd'.
(#2) Expected '{' and instead saw 'd'.
(#2) A constructor name should start with an uppercase letter.
(#2) Missing '()' invoking a constructor.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'd'.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Did you mean to return a conditional instead of an assignment?
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'gb'.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw '('.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw '('.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw '('.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw '('.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'r'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Don't make functions within a loop.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing semicolon.
(#2) Don't make functions within a loop.
(#2) Missing semicolon.
(#2) Don't make functions within a loop.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'm'.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) A leading decimal point can be confused with a dot: '.1'.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'o'.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'r'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'f'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'break'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Unexpected use of '&'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'n'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'n'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'break'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw '1'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Too many errors. (40% scanned).
repository/ensemble/ext_chooser/js/jquery-ui/jquery-ui.min.js
(#3) Line is too long.
(#6) Line is too long.
(#6) Missing semicolon.
(#6) Expected an identifier and instead saw '=='.
(#6) Expected an operator and instead saw 'typeof'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) 't' is already defined.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'null'.
(#6) Expected '===' and instead saw '=='.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Confusing plusses.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) 's' is already defined.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '!==' and instead saw '!='.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Expected '===' and instead saw '=='.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Expected '{' and instead saw 'for'.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'a'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'for'.
(#6) Expected '{' and instead saw 'e'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Expected '!==' and instead saw '!='.
(#6) Expected '{' and instead saw 'try'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Missing semicolon.
(#6) A constructor name should start with an uppercase letter.
(#6) Missing semicolon.
(#6) A constructor name should start with an uppercase letter.
(#6) Missing '()' invoking a constructor.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'for'.
(#6) Expected '{' and instead saw 's'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) A constructor name should start with an uppercase letter.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Expected '===' and instead saw '=='.
(#6) Expected '{' and instead saw 'if'.
(#6) Expected '{' and instead saw 'n'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'this'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '!==' and instead saw '!='.
(#6) Confusing use of '!'.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Expected '!==' and instead saw '!='.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected a conditional expression and instead saw an assignment.
(#6) Expected '{' and instead saw 'for'.
(#6) Expected '{' and instead saw 'n'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Confusing use of '!'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an identifier and instead saw '=='.
(#6) Expected an operator and instead saw 'typeof'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Confusing use of '!'.
(#6) Expected '===' and instead saw '=='.
(#6) Expected '===' and instead saw '=='.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Confusing use of '!'.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Confusing use of '!'.
(#6) Confusing use of '!'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Confusing use of '!'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) 't' is already defined.
(#6) Missing semicolon.
(#6) 'i' is already defined.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'return'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Expected '{' and instead saw 't'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#6) Confusing use of '!'.
(#6) Expected '!==' and instead saw '!='.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Confusing use of '!'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Confusing use of '!'.
(#6) Confusing use of '!'.
(#6) Confusing use of '!'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Confusing use of '!'.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#7) Line is too long.
(#6) Expected an assignment or function call and instead saw an expression.
(#6) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an identifier and instead saw '==='.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing 'new' prefix when invoking a constructor.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Confusing use of '!'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '===' and instead saw '=='.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '!==' and instead saw '!='.
(#7) Confusing use of '!'.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected '===' and instead saw '=='.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing 'new' prefix when invoking a constructor.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '!==' and instead saw '!='.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Too many errors. (53% scanned).
repository/ensemble/ext_chooser/js/lodash/lodash.min.js
(#6) Line is too long.
(#6) 'n' is already defined.
(#6) Expected '===' and instead saw '=='.
(#6) Expected '{' and instead saw 'return'.
(#6) Expected '===' and instead saw '=='.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) 't' is already defined.
(#6) Expected '{' and instead saw 'return'.
(#6) Expected '{' and instead saw 'if'.
(#6) Expected '{' and instead saw 'return'.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw 'n'.
(#6) Missing semicolon.
(#6) Expected '===' and instead saw '=='.
(#6) Expected '===' and instead saw '=='.
(#6) Missing semicolon.
(#6) Missing semicolon.
(#6) Expected '{' and instead saw ';'.
(#7) Line is too long.
(#6) Missing semicolon.
(#7) Expected '{' and instead saw ';'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#7) Expected '===' and instead saw '=='.
(#7) Missing semicolon.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#8) Line is too long.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '===' and instead saw '=='.
(#7) Missing semicolon.
(#8) Expected '{' and instead saw 'n'.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) Missing semicolon.
(#8) Expected '{' and instead saw ';'.
(#8) Missing semicolon.
(#8) Expected '{' and instead saw ';'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing 'new' prefix when invoking a constructor.
(#8) Expected '{' and instead saw 'return'.
(#8) Expected '{' and instead saw 'return'.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#9) Line is too long.
(#8) Expected an assignment or function call and instead saw an expression.
(#8) Missing semicolon.
(#9) Expected an assignment or function call and instead saw an expression.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#9) Missing '()' invoking a constructor.
(#9) Expected '{' and instead saw 'this'.
(#9) Missing semicolon.
(#9) Expected '===' and instead saw '=='.
(#9) Missing 'new' prefix when invoking a constructor.
(#9) Missing semicolon.
(#9) Expected '{' and instead saw 't'.
(#9) Missing semicolon.
(#9) Expected '{' and instead saw ';'.
(#10) Line is too long.
(#9) Missing semicolon.
(#10) Expected '{' and instead saw 'if'.
(#10) Expected '{' and instead saw 'return'.
(#10) Missing semicolon.
(#10) Expected an assignment or function call and instead saw an expression.
(#10) Missing semicolon.
(#10) Missing semicolon.
(#10) Expected '{' and instead saw 'u'.
(#10) Missing semicolon.
(#10) Expected an assignment or function call and instead saw an expression.
(#10) Missing semicolon.
(#10) Missing semicolon.
(#10) Expected '{' and instead saw 'r'.
(#10) Missing semicolon.
(#10) Expected '{' and instead saw 'r'.
(#11) Line is too long.
(#11) Missing semicolon.
(#11) Expected '{' and instead saw 'if'.
(#11) Expected '{' and instead saw 'return'.
(#11) Missing semicolon.
(#11) Expected '===' and instead saw '=='.
(#11) Missing semicolon.
(#11) Expected '!==' and instead saw '!='.
(#11) Missing semicolon.
(#11) Expected '{' and instead saw 'return'.
(#11) Expected '!==' and instead saw '!='.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#12) Line is too long.
(#11) Expected an assignment or function call and instead saw an expression.
(#11) Missing semicolon.
(#12) Missing semicolon.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#12) Missing semicolon.
(#12) Expected '===' and instead saw '=='.
(#12) Expected '!==' and instead saw '!='.
(#12) Expected a conditional expression and instead saw an assignment.
(#12) 'e' is already defined.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#12) Missing semicolon.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Missing semicolon.
(#12) Expected '{' and instead saw 'n'.
(#12) Expected '===' and instead saw '=='.
(#12) Expected '===' and instead saw '=='.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Expected '===' and instead saw '=='.
(#12) Missing semicolon.
(#12) Expected '!==' and instead saw '!='.
(#12) Expected '{' and instead saw 'return'.
(#13) Line is too long.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Expected a conditional expression and instead saw an assignment.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '{' and instead saw 'throw'.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '===' and instead saw '=='.
(#13) Missing 'new' prefix when invoking a constructor.
(#14) Line is too long.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) 'n' is already defined.
(#14) Expected '{' and instead saw 'if'.
(#14) 'n' is a statement label.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'continue'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw '0'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw ';'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw ';'.
(#14) Missing semicolon.
(#14) Did you mean to return a conditional instead of an assignment?
(#14) Missing semicolon.
(#14) Missing semicolon.
(#15) Line is too long.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Missing 'new' prefix when invoking a constructor.
(#15) Missing 'new' prefix when invoking a constructor.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Expected '{' and instead saw 'i'.
(#15) Missing semicolon.
(#15) Expected '{' and instead saw 'r'.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Expected '{' and instead saw 'break'.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#16) Line is too long.
(#16) Expected '{' and instead saw 'break'.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Missing 'new' prefix when invoking a constructor.
(#16) Expected an assignment or function call and instead saw an expression.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Expected '===' and instead saw '=='.
(#16) Expected '!==' and instead saw '!='.
(#16) Missing semicolon.
(#16) Missing semicolon.
(#16) Expected '{' and instead saw 'return'.
(#16) Expected '===' and instead saw '=='.
(#16) Expected '!==' and instead saw '!='.
(#16) Expected '!==' and instead saw '!='.
(#16) Expected '!==' and instead saw '!='.
(#16) Expected '!==' and instead saw '!='.
(#16) Expected '===' and instead saw '=='.
(#16) Expected '===' and instead saw '=='.
(#16) Expected '{' and instead saw 'n'.
(#17) Line is too long.
(#17) Expected '{' and instead saw 'n'.
(#17) 'n' is already defined.
(#17) 'i' is already defined.
(#17) 'f' is already defined.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) 'n' is a statement label.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) 'n' is a statement label.
(#17) Expected '===' and instead saw '=='.
(#17) Expected '!==' and instead saw '!='.
(#17) 'n' is a statement label.
(#17) Expected '===' and instead saw '=='.
(#17) Expected '!==' and instead saw '!='.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Expected '===' and instead saw '=='.
(#17) 'a' is already defined.
(#17) Expected '===' and instead saw '=='.
(#17) 'l' is already defined.
(#17) Expected '===' and instead saw '=='.
(#17) Expected '{' and instead saw 'if'.
(#17) 'n' is a statement label.
(#17) Expected '{' and instead saw 'n'.
(#17) 'n' is a statement label.
(#17) 'n' is a statement label.
(#17) 'n' is a statement label.
(#17) Expected '{' and instead saw 'if'.
(#17) 'n' is a statement label.
(#17) Expected '===' and instead saw '=='.
(#17) 'n' is a statement label.
(#17) Expected '===' and instead saw '=='.
(#17) Missing semicolon.
(#17) 'n' is a statement label.
(#17) 'n' is a statement label.
(#17) 'n' is a statement label.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Missing semicolon.
(#17) Expected '{' and instead saw 'n'.
(#17) 'n' is a statement label.
(#17) Expected '{' and instead saw 'n'.
(#17) 'n' is a statement label.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) 'n' is a statement label.
(#17) Missing semicolon.
(#17) 'n' is a statement label.
(#17) Missing semicolon.
(#17) Expected '===' and instead saw '=='.
(#17) Expected '{' and instead saw 'return'.
(#18) Line is too long.
(#18) Expected '{' and instead saw 'if'.
(#18) Expected '{' and instead saw 'return'.
(#18) Expected '{' and instead saw 'a'.
(#18) 'a' is already defined.
(#18) Expected '===' and instead saw '=='.
(#18) Expected an assignment or function call and instead saw an expression.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw 'return'.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Expected '===' and instead saw '=='.
(#18) Expected '{' and instead saw 'return'.
(#18) Expected '!==' and instead saw '!='.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw 'u'.
(#18) 'u' used out of scope.
(#18) 'u' used out of scope.
(#18) 'u' used out of scope.
(#18) Expected an assignment or function call and instead saw an expression.
(#19) Line is too long.
(#18) Missing semicolon.
(#19) Missing semicolon.
(#19) Expected '!==' and instead saw '!='.
(#19) Missing semicolon.
(#19) Expected '!==' and instead saw '!='.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Expected '{' and instead saw 'return'.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected '{' and instead saw 'if'.
(#19) Expected '===' and instead saw '=='.
(#19) 'n' is a statement label.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Missing semicolon.
(#19) 'n' is a statement label.
(#19) 'n' is a statement label.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Expected '===' and instead saw '=='.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) 'n' is a statement label.
(#19) 'n' is a statement label.
(#20) Line is too long.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) Missing semicolon.
(#20) Missing semicolon.
(#20) 'a' used out of scope.
(#20) 'n' is a statement label.
(#20) 'a' used out of scope.
(#20) 'n' is a statement label.
(#20) 'l' used out of scope.
(#20) Expected '===' and instead saw '=='.
(#20) Expected '===' and instead saw '=='.
(#20) 'l' used out of scope.
(#20) 'a' used out of scope.
(#20) 'a' used out of scope.
(#20) 'a' used out of scope.
(#20) 'n' is a statement label.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#20) Missing semicolon.
(#20) Expected '===' and instead saw '=='.
(#20) Missing semicolon.
(#20) Missing semicolon.
(#20) Missing 'new' prefix when invoking a constructor.
(#20) Missing semicolon.
(#20) Missing semicolon.
(#20) Missing semicolon.
(#20) Expected '===' and instead saw '=='.
(#20) Expected '===' and instead saw '=='.
(#20) Unexpected use of '>>>'.
(#20) Unexpected use of '>>>='.
(#20) Expected '{' and instead saw 'r'.
(#20) Missing semicolon.
(#21) Line is too long.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Expected '===' and instead saw '=='.
(#21) Missing 'new' prefix when invoking a constructor.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) 'n' is already defined.
(#21) 'n' is a statement label.
(#21) 'n' is a statement label.
(#21) Expected '{' and instead saw 'if'.
(#21) Expected '{' and instead saw 'continue'.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Expected '{' and instead saw '0'.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Expected '{' and instead saw 'u'.
(#21) Missing semicolon.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) 'r' is already defined.
(#22) Line is too long.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Expected '===' and instead saw '=='.
(#22) Unexpected use of '>>>'.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Missing 'new' prefix when invoking a constructor.
(#22) Missing semicolon.
(#22) Expected '===' and instead saw '=='.
(#22) Missing 'new' prefix when invoking a constructor.
(#22) Expected '!==' and instead saw '!='.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Expected '!==' and instead saw '!='.
(#22) Expected '{' and instead saw 'return'.
(#22) Expected '===' and instead saw '=='.
(#22) Expected '{' and instead saw 'return'.
(#23) Line is too long.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'a'.
(#23) Expected '{' and instead saw 'a'.
(#23) Expected '{' and instead saw 'a'.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'c'.
(#24) Line is too long.
(#24) Expected '{' and instead saw 'c'.
(#24) Expected '{' and instead saw 'c'.
(#24) Missing semicolon.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Missing semicolon.
(#24) Expected '{' and instead saw 'fr'.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Expected '===' and instead saw '=='.
(#24) Expected '{' and instead saw 'return'.
(#24) Expected '===' and instead saw '=='.
(#24) Expected '{' and instead saw 'var'.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Expected '{' and instead saw '2'.
(#24) Expected '===' and instead saw '=='.
(#24) 'e' used out of scope.
(#24) Expected an assignment or function call and instead saw an expression.
(#25) Line is too long.
(#25) 'e' used out of scope.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#25) Missing 'new' prefix when invoking a constructor.
(#25) Missing semicolon.
(#25) Expected '{' and instead saw 'u'.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#25) Missing 'new' prefix when invoking a constructor.
(#25) Missing semicolon.
(#25) Missing semicolon.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected '===' and instead saw '=='.
(#25) Missing 'new' prefix when invoking a constructor.
(#25) Expected '{' and instead saw 'return'.
(#26) Line is too long.
(#26) Missing semicolon.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Expected '{' and instead saw 'k'.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) 'x' is already defined.
(#26) 'w' is already defined.
(#26) 'w' is already defined.
(#26) 'E' is already defined.
(#26) 'k' is already defined.
(#26) Unexpected use of '|='.
(#26) Unexpected use of '&='.
(#26) Unexpected use of '~'.
(#26) Unexpected use of '&='.
(#26) Unexpected use of '~'.
(#26) Unexpected use of '|'.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Missing semicolon.
(#26) Expected '{' and instead saw 'for'.
(#26) 'R' used out of scope.
(#26) 'R' used out of scope.
(#26) 'C' used out of scope.
(#26) Expected '{' and instead saw 'E'.
(#26) 'E' used out of scope.
(#26) 'E' used out of scope.
(#26) 'R' used out of scope.
(#26) 'C' used out of scope.
(#26) 'E' used out of scope.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing 'new' prefix when invoking a constructor.
(#27) Line is too long.
(#26) Missing semicolon.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Unexpected use of '&'.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Missing semicolon.
(#27) Expected '===' and instead saw '=='.
(#27) Missing semicolon.
(#27) Expected '{' and instead saw 'l'.
(#27) Expected '{' and instead saw 'l'.
(#27) Missing semicolon.
(#27) Unexpected use of '&'.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Missing semicolon.
(#27) Unexpected use of '&'.
(#27) Expected '!==' and instead saw '!='.
(#27) Too many errors. (30% scanned).
repository/ensemble/ext_chooser/js/plupload/jquery.plupload.queue/jquery.plupload.queue.js
(#51) Line is too long.
(#53) Line is too long.
(#56) Line is too long.
(#63) Line is too long.
(#175) Expected '===' and instead saw '=='.
(#179) Expected '===' and instead saw '=='.
(#183) Expected '===' and instead saw '=='.
(#187) Expected '===' and instead saw '=='.
(#211) Expected '===' and instead saw '=='.
(#217) Expected '===' and instead saw '=='.
(#253) Expected '===' and instead saw '=='.
(#299) Expected '===' and instead saw '=='.
(#339) Expected '===' and instead saw '=='.
(#343) Expected '===' and instead saw '=='.
(#383) Expected '===' and instead saw '=='.
repository/ensemble/ext_chooser/js/plupload/jquery.plupload.queue/jquery.plupload.queue.min.js
(#1) Line is too long.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
repository/ensemble/ext_chooser/js/plupload/plupload.full.min.js
(#13) Line is too long.
(#13) 'n' is already defined.
(#13) Expected '{' and instead saw 'throw'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'i' is already defined.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '{' and instead saw 'throw'.
(#13) Expected '{' and instead saw 'throw'.
(#13) Expected '{' and instead saw 'throw'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'a' is already defined.
(#13) Expected '{' and instead saw 'r'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Unexpected use of '~'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Confusing use of '!'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'for'.
(#13) Expected '{' and instead saw 'if'.
(#13) Confusing use of '!'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an identifier and instead saw '==='.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected '{' and instead saw '-'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'n'.
(#13) Missing semicolon.
(#13) Missing '()' invoking a constructor.
(#13) Expected '{' and instead saw 'n'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Missing semicolon.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'this'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'for'.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected a conditional expression and instead saw an assignment.
(#13) Expected '{' and instead saw '-'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 't' is already defined.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '!==' and instead saw '!='.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'c'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected a conditional expression and instead saw an assignment.
(#13) Expected '{' and instead saw 'd'.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'break'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing '()' invoking a constructor.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing '()' invoking a constructor.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing '()' invoking a constructor.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Missing semicolon.
(#13) Expected '!==' and instead saw '!='.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'i' is already defined.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '{' and instead saw 'r'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected '!==' and instead saw '!='.
(#13) Expected '{' and instead saw 'r'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 't' is already defined.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Missing semicolon.
(#13) 'n' is already defined.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'r'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'throw'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Expected a conditional expression and instead saw an assignment.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Confusing use of '!'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Confusing use of '!'.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected '{' and instead saw 'n'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) A constructor name should start with an uppercase letter.
(#13) Missing '()' invoking a constructor.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 's'.
(#13) Unexpected use of '<<'.
(#13) Unexpected use of '|'.
(#13) Unexpected use of '<<'.
(#13) Unexpected use of '|'.
(#13) Unexpected use of '<<'.
(#13) Unexpected use of '|'.
(#13) Unexpected use of '>>'.
(#13) Unexpected use of '&'.
(#13) Unexpected use of '>>'.
(#13) Unexpected use of '&'.
(#13) Unexpected use of '&'.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'return'.
(#13) Expected '{' and instead saw 'r'.
(#13) Unexpected use of '<<'.
(#13) Unexpected use of '|'.
(#13) Unexpected use of '<<'.
(#13) Unexpected use of '|'.
(#13) Unexpected use of '>>'.
(#13) Unexpected use of '&'.
(#13) Unexpected use of '>>'.
(#13) Unexpected use of '&'.
(#13) Unexpected use of '>>'.
(#13) Unexpected use of '&'.
(#13) Unexpected use of '&'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Missing '()' invoking a constructor.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an identifier and instead saw '==='.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#13) Possible strict violation.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) A constructor name should start with an uppercase letter.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'if'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'return'.
(#13) Did you mean to return a conditional instead of an assignment?
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'r'.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Confusing use of '!'.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'i' is already defined.
(#13) A constructor name should start with an uppercase letter.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected a conditional expression and instead saw an assignment.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 's' is already defined.
(#13) Possible strict violation.
(#13) A constructor name should start with an uppercase letter.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'i' is already defined.
(#13) Expected '{' and instead saw 'o'.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Missing '()' invoking a constructor.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'c' is already defined.
(#13) Possible strict violation.
(#13) Expected '{' and instead saw 'throw'.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) Missing semicolon.
(#13) A constructor name should start with an uppercase letter.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) 'u' is already defined.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '===' and instead saw '=='.
(#13) A constructor name should start with an uppercase letter.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Possible strict violation.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) 'i' is already defined.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Missing semicolon.
(#13) Too many errors. (46% scanned).

CSS problems

(0 errors, 3 warnings)

This section shows CSS problems detected by csslint [More info]

repository/ensemble/ext_chooser/css/ev-script.css
(#329) margin-bottom can't be used with display: inline.
(#363) margin-bottom can't be used with display: inline.
repository/ensemble/ext_chooser/css/jquery-ui/jquery-ui.min.css
(#7) Use of !important

PHPDocs style problems

(10 errors, 0 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

repository/ensemble/lib.php
(#27) Class repository_ensemble is not documented
(#29) Function repository_ensemble::get_instance_option_names is not documented
(#33) Function repository_ensemble::instance_config_form is not documented
(#38) Function repository_ensemble::get_type_option_names is not documented
(#42) Function repository_ensemble::type_config_form is not documented
(#75) Function repository_ensemble::plugin_init is not documented
(#81) Function repository_ensemble::__construct is not documented
(#85) Function repository_ensemble::get_listing is not documented
(#97) Function repository_ensemble::supported_filetypes is not documented
(#101) Function repository_ensemble::supported_returntypes is not documented

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]