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
(#75) Variable "ensembleUrl" must be all lower-case
(#86) Variable "authType" must be all lower-case
(#173) Line indented incorrectly; expected 4 spaces, found 8
(#175) Variable "serviceUser" must be all lower-case
(#176) Variable "authDomain" must be all lower-case
(#177) 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

(6 errors, 2984 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) Expected '{' and instead saw '_'.
(#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 'triggerEvents'.
(#1) Expected '{' and instead saw 'triggerEvents'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'callback'.
(#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 'callback'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Expected '{' and instead saw 'attrs'.
(#1) Expected a conditional expression and instead saw an assignment.
(#1) Missing semicolon.
(#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 'changes'.
(#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 'attrs'.
(#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 'options'.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'success'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#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 'options'.
(#1) Expected '{' and instead saw 'serverAttrs'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'success'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'options'.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'destroy'.
(#1) Expected '{' and instead saw 'success'.
(#1) Expected '{' and instead saw 'model'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'destroy'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#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) 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 'models'.
(#1) Expected '{' and instead saw 'models'.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '{' and instead saw 'continue'.
(#1) Expected a conditional expression and instead saw an assignment.
(#1) Expected '{' and instead saw 'modelMap'.
(#1) Expected '{' and instead saw 'sort'.
(#1) Missing semicolon.
(#1) Expected '!==' and instead saw '!='.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'toRemove'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'sort'.
(#1) Expected '!==' and instead saw '!='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#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) Expected '!==' and instead saw '!='.
(#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) 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 'options'.
(#1) Expected '{' and instead saw 'success'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'this'.
(#1) Expected '{' and instead saw 'collection'.
(#1) Expected '{' and instead saw 'success'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'attrs'.
(#1) Missing semicolon.
(#1) Expected an assignment or function call and instead saw an expression.
(#1) Missing semicolon.
(#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) 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 'method'.
(#1) Expected '{' and instead saw 'continue'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'options'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'attrs'.
(#1) Expected '{' and instead saw 'attrs'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'params'.
(#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 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 'route'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'callback'.
(#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 'return'.
(#1) Expected '!==' and instead saw '!='.
(#1) Missing semicolon.
(#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 'fragment'.
(#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) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'return'.
(#1) Expected '{' and instead saw 'this'.
(#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 'return'.
(#1) Expected '{' and instead saw 'options'.
(#1) Expected '{' and instead saw 'return'.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'this'.
(#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) Missing '()' invoking a constructor.
(#1) Expected '{' and instead saw '_'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '{' and instead saw 'error'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) 'options' is defined but never used.
(#1) 'options' is defined but never used.
(#1) 'attrs' is defined but never used.
(#1) 'options' is defined but never used.
(#1) 'e' is defined but never used.
repository/ensemble/ext_chooser/js/ev-script/ev-script.js
(#464) ['global'] is better written in dot notation.
(#468) Did you mean to return a conditional instead of an assignment?
(#473) ['global'] is better written in dot notation.
(#951) Expected an assignment or function call and instead saw an expression.
(#988) Line is too long.
(#1037) Line is too long.
(#1116) Line is too long.
(#1169) Line is too long.
(#1206) Line is too long.
(#1419) Line is too long.
(#1421) Line is too long.
(#1578) Line is too long.
(#1582) Line is too long.
(#1773) Line is too long.
(#1983) Line is too long.
(#1985) Line is too long.
(#2167) Line is too long.
(#2170) Line is too long.
(#2372) Line is too long.
(#2395) Line is too long.
(#2571) Line is too long.
(#2573) Line is too long.
(#2576) Line is too long.
(#2664) Line is too long.
(#2702) Line is too long.
(#2704) Line is too long.
(#2778) Line is too long.
(#2906) Line is too long.
(#2908) Line is too long.
(#3211) Expected '!==' and instead saw '!='.
(#3220) Line is too long.
(#3223) Line is too long.
(#3284) Line is too long.
(#3361) Line is too long.
(#3364) Line is too long.
(#3461) Line is too long.
(#3539) Line is too long.
(#3615) Line is too long.
(#487) '$' is defined but never used.
(#488) '_' is defined but never used.
(#489) 'Backbone' is defined but never used.
(#569) '$' is defined but never used.
(#570) '_' is defined but never used.
(#806) 'config' is defined but never used.
(#827) 'value' is defined but never used.
(#883) 'evt' is defined but never used.
(#1256) 'key' is defined but never used.
(#1257) 'resp' is defined but never used.
(#1257) 'key' is defined but never used.
(#1258) 'key' is defined but never used.
(#1296) 'options' is defined but never used.
(#1296) 'response' is defined but never used.
(#1296) 'collection' is defined but never used.
(#1323) 'cachedValue' is defined but never used.
(#1328) 'key' is defined but never used.
(#1425) '$' is defined but never used.
(#1483) 'options' is defined but never used.
(#1483) 'response' is defined but never used.
(#1486) 'options' is defined but never used.
(#1502) 'options' is defined but never used.
(#1502) 'response' is defined but never used.
(#1505) 'options' is defined but never used.
(#1626) 'previewView' is defined but never used.
(#1642) 'options' is defined but never used.
(#1652) 'options' is defined but never used.
(#1667) '$item' is defined but never used.
(#1757) 'ui' is defined but never used.
(#1757) 'event' is defined but never used.
(#1764) 'ui' is defined but never used.
(#1764) 'event' is defined but never used.
(#1814) 'BaseCollection' is defined but never used.
(#1857) 'options' is defined but never used.
(#1857) 'response' is defined but never used.
(#1857) 'collection' is defined but never used.
(#1879) 'cacheUtil' is defined but never used.
(#1888) 'key' is defined but never used.
(#1889) 'resp' is defined but never used.
(#1889) 'key' is defined but never used.
(#1917) 'encodings' is defined but never used.
(#1917) 'index' is defined but never used.
(#2004) 'element' is defined but never used.
(#2177) 'Backbone' is defined but never used.
(#2179) 'VideoSettings' is defined but never used.
(#2251) 'info' is defined but never used.
(#2251) 'up' is defined but never used.
(#2258) 'file' is defined but never used.
(#2292) 'file' is defined but never used.
(#2324) 'info' is defined but never used.
(#2324) 'file' is defined but never used.
(#2324) 'up' is defined but never used.
(#2342) 'e' is defined but never used.
(#2347) '$dialog' is defined but never used.
(#2357) 'ui' is defined but never used.
(#2357) 'event' is defined but never used.
(#2360) 'ui' is defined but never used.
(#2360) 'event' is defined but never used.
(#2441) 'e' is defined but never used.
(#2450) 'uploadView' is defined but never used.
(#2486) 'options' is defined but never used.
(#2498) 'options' is defined but never used.
(#2514) 'options' is defined but never used.
(#2514) 'response' is defined but never used.
(#2521) 'options' is defined but never used.
(#2709) '$' is defined but never used.
(#2828) 'e' is defined but never used.
(#2851) 'options' is defined but never used.
(#2863) 'options' is defined but never used.
(#2970) 'response' is defined but never used.
(#3057) 'previewView' is defined but never used.
(#3112) '_' is defined but never used.
(#3135) '_' is defined but never used.
(#3189) 'options' is defined but never used.
(#3189) 'response' is defined but never used.
(#3193) 'options' is defined but never used.
(#3193) 'response' is defined but never used.
(#3193) 'model' is defined but never used.
(#3203) 'loginInfo' is defined but never used.
(#3213) 'authCallback' is defined but never used.
(#3213) 'element' is defined but never used.
(#3223) 'template' is defined but never used.
(#3257) 'ui' is defined but never used.
(#3257) 'event' is defined but never used.
(#3260) 'ui' is defined but never used.
(#3260) 'event' is defined but never used.
(#3317) 'options' is defined but never used.
(#3317) 'response' is defined but never used.
(#3317) 'collection' is defined but never used.
(#3323) 'options' is defined but never used.
(#3323) 'xhr' is defined but never used.
(#3323) 'collection' is defined but never used.
(#3364) 'template' is defined but never used.
(#3389) '$select' is defined but never used.
(#3404) 'ui' is defined but never used.
(#3404) 'event' is defined but never used.
(#3407) 'ui' is defined but never used.
(#3407) 'event' is defined but never used.
(#3447) 'key' is defined but never used.
(#3494) 'xhr' is defined but never used.
(#3494) 'status' is defined but never used.
(#3510) 'xhr' is defined but never used.
(#3510) 'status' is defined but never used.
(#3510) 'data' is defined but never used.
(#3539) 'template' is defined but never used.
(#3570) 'ui' is defined but never used.
(#3570) 'event' is defined but never used.
(#3573) 'ui' is defined but never used.
(#3573) 'event' is defined but never used.
(#3587) '$' is defined but never used.
(#3588) '_' is defined but never used.
(#3619) 'Backbone' is defined but never used.
(#3721) 'fieldView' is defined but never used.
(#3733) 'videoEmbed' is defined but never used.
(#3739) 'playlistEmbed' is defined but never used.
(#609) 'require' is defined but never used.
(#609) 'define' is defined but never used.
(#2169) '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) 'v' 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 '===' and instead saw '=='.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 'g'.
(#29) Expected '{' and instead saw 'g'.
(#29) Expected an assignment or function call and instead saw an expression.
(#29) Expected '{' and instead saw 's'.
(#29) Expected '{' and instead saw 'g'.
(#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 '=='.
(#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) 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) 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) 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) 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) Too many errors. (100% scanned).
repository/ensemble/ext_chooser/js/jquery/jquery.min.js
(#2) Line is too long.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'r'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'continue'.
(#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 'e'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'n'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'v'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#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 '!='.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'continue'.
(#2) Missing 'new' prefix when invoking a constructor.
(#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 'continue'.
(#2) Expected '{' and instead saw 'n'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'n'.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing 'new' prefix when invoking a constructor.
(#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 '=='.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'r'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'Ht'.
(#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 'v'.
(#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 'for'.
(#2) Expected '{' and instead saw 'fn'.
(#2) Expected '{' and instead saw 'r'.
(#2) Missing semicolon.
(#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 'r'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'u'.
(#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 'n'.
(#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) Missing semicolon.
(#2) Expected '{' and instead saw 's'.
(#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) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'if'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'o'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#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 'for'.
(#2) Expected '{' and instead saw 'a'.
(#2) Expected a conditional expression and instead saw an assignment.
(#2) Expected '{' and instead saw 'if'.
(#2) Expected '{' and instead saw 'for'.
(#2) Confusing use of '!'.
(#2) Confusing use of '!'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'if'.
(#2) ['throws'] is better written in dot notation.
(#2) Expected '{' and instead saw 't'.
(#2) Expected '{' and instead saw 'try'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#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) Missing semicolon.
(#2) Expected '{' and instead saw 'f'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'f'.
(#2) Missing semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#2) Missing semicolon.
(#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 'n'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 't'.
(#2) Missing semicolon.
(#2) Missing 'new' prefix when invoking a constructor.
(#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) 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) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'continue'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'v'.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#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) 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 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '===' and instead saw '=='.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#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) 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) 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) Expected '{' and instead saw 'if'.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'continue'.
(#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) Confusing use of '!'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Confusing use of '!'.
(#2) Expected '{' and instead saw 'return'.
(#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 '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw ';'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) The Function constructor is a form of eval.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing '()' 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) 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) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#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 'e'.
(#2) Expected '{' and instead saw 'while'.
(#2) Expected '{' and instead saw 'e'.
(#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) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'i'.
(#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 'i'.
(#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) Expected '===' and instead saw '=='.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'v'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'for'.
(#2) Expected '{' and instead saw 'n'.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing '()' invoking a constructor.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'setTimeout'.
(#2) Expected '{' and instead saw 'i'.
(#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) Missing semicolon.
(#2) Missing semicolon.
(#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) 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) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'if'.
(#2) Confusing use of '!'.
(#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) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'a'.
(#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) Missing semicolon.
(#2) Missing semicolon.
(#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) Missing semicolon.
(#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) Missing semicolon.
(#2) Unexpected use of '^'.
(#2) Expected an assignment or function call and instead saw an expression.
(#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 an assignment or function call and instead saw an expression.
(#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 an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'return'.
(#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 'for'.
(#2) Expected '{' and instead saw 'f'.
(#2) Expected '===' and instead saw '=='.
(#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 an assignment or function call and instead saw an expression.
(#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) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '{' and instead saw 'i'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected '{' and instead saw 'return'.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Expected '{' and instead saw 'delete'.
(#2) Expected '{' and instead saw 'return'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#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) Confusing use of '!'.
(#2) Missing semicolon.
(#2) Expected '{' and instead saw 'o'.
(#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) Missing semicolon.
(#2) Expected '{' and instead saw 'return'.
(#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 an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#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) Missing semicolon.
(#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 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) Missing semicolon.
(#2) Expected an assignment or function call and instead saw an expression.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Expected an assignment or function call and instead saw an expression.
(#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) Missing semicolon.
(#2) Too many errors. (100% scanned).
repository/ensemble/ext_chooser/js/jquery-ui/jquery-ui.min.js
(#3) Line is too long.
(#5) Line is too long.
(#5) 'c' is already defined.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'a'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Unexpected use of '&'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'try'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) A constructor name should start with an uppercase letter.
(#5) Missing '()' invoking a constructor.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) A constructor name should start with an uppercase letter.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'for'.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 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.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 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.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Confusing use of '!'.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'this'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'd'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Confusing use of '!'.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'this'.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '!==' and instead saw '!='.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'b'.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'this'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'h'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'd'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'd'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Confusing use of '!'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 'p' used out of scope.
(#5) 'q' used out of scope.
(#5) 'r' used out of scope.
(#5) 's' used out of scope.
(#5) Expected '!==' and instead saw '!='.
(#5) 'p' is already defined.
(#5) 'q' is already defined.
(#5) 'r' is already defined.
(#5) 's' is already defined.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 'p' used out of scope.
(#5) 'q' used out of scope.
(#5) 'r' used out of scope.
(#5) 's' used out of scope.
(#5) 'p' used out of scope.
(#5) 'q' used out of scope.
(#5) 'r' used out of scope.
(#5) 's' used out of scope.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 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.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'b'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'continue'.
(#5) Expected '{' and instead saw 'if'.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected '{' and instead saw 'continue'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) 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.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'continue'.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'var'.
(#5) 'a' used out of scope.
(#5) 'a' used out of scope.
(#5) 'a' used out of scope.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'a'.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Expected '{' and instead saw 'l'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'c'.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'return'.
(#5) Missing semicolon.
(#5) Don't make functions within a loop.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'e'.
(#5) Expected '{' and instead saw 'continue'.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected '{' and instead saw 'this'.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '!==' and instead saw '!='.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Expected an assignment or function call and instead saw an expression.
(#5) Missing semicolon.
(#5) Missing semicolon.
(#5) Expected '===' and instead saw '=='.
(#5) Too many errors. (100% scanned).
repository/ensemble/ext_chooser/js/lodash/lodash.underscore.min.js
(#7) Line is too long.
(#7) 't' is already defined.
(#7) Expected '{' and instead saw 'for'.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected '{' and instead saw 'break'.
(#7) Missing semicolon.
(#7) 'r' is already defined.
(#7) Expected '{' and instead saw 'for'.
(#7) Expected '{' and instead saw 'if'.
(#7) Expected '{' and instead saw 'break'.
(#7) Missing semicolon.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected '{' and instead saw 'jt'.
(#7) Expected an assignment or function call and instead saw an expression.
(#7) Missing semicolon.
(#7) A constructor name should start with an uppercase letter.
(#7) Missing semicolon.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '{' and instead saw 'return'.
(#7) Expected '===' and instead saw '=='.
(#7) Expected '{' and instead saw 'return'.
(#7) Missing semicolon.
(#7) Missing semicolon.
(#8) Line is too long.
(#8) A constructor name should start with an uppercase letter.
(#8) Missing '()' invoking a constructor.
(#8) Missing semicolon.
(#8) 'i' is already defined.
(#8) Missing semicolon.
(#8) Expected '{' and instead saw 'throw'.
(#8) Missing '()' invoking a constructor.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Missing semicolon.
(#8) Expected '===' and instead saw '=='.
(#8) Missing semicolon.
(#8) Expected '{' and instead saw 'return'.
(#9) Line is too long.
(#9) Expected '{' and instead saw 'for'.
(#9) Expected '{' and instead saw 'n'.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#9) Expected '{' and instead saw 'return'.
(#9) Expected '{' and instead saw 'for'.
(#9) Expected '{' and instead saw 'n'.
(#9) Expected '===' and instead saw '=='.
(#9) Expected an assignment or function call and instead saw an expression.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#9) Expected an assignment or function call and instead saw an expression.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#9) Missing semicolon.
(#9) Expected '{' and instead saw 'return'.
(#9) Missing 'new' prefix when invoking a constructor.
(#9) Expected '{' and instead saw 'return'.
(#9) Expected '{' and instead saw 'if'.
(#9) Expected '{' and instead saw 'return'.
(#9) Missing semicolon.
(#9) Expected '{' and instead saw 'return'.
(#9) Expected '===' and instead saw '=='.
(#10) Line is too long.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '{' and instead saw 'return'.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '{' and instead saw 'return'.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '{' and instead saw 'return'.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '===' and instead saw '=='.
(#10) Missing semicolon.
(#10) Expected '===' and instead saw '=='.
(#10) Expected '{' and instead saw 'return'.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '{' and instead saw 'return'.
(#10) 'a' is already defined.
(#10) Expected '!==' and instead saw '!='.
(#10) Expected '{' and instead saw 'return'.
(#11) Line is too long.
(#10) Missing semicolon.
(#11) Expected '{' and instead saw 'if'.
(#11) Expected '===' and instead saw '=='.
(#11) Expected '{' and instead saw 'return'.
(#11) Expected '===' and instead saw '=='.
(#11) Expected '===' and instead saw '=='.
(#11) Expected a conditional expression and instead saw an assignment.
(#11) Expected '{' and instead saw 'for'.
(#11) Expected '{' and instead saw ';'.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#11) Expected '===' and instead saw '=='.
(#11) Missing semicolon.
(#11) Missing semicolon.
(#11) Expected '===' and instead saw '=='.
(#11) Expected '===' and instead saw '=='.
(#11) Missing semicolon.
(#11) Expected '===' and instead saw '=='.
(#12) Line is too long.
(#11) Expected '===' and instead saw '=='.
(#11) Missing semicolon.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Expected '{' and instead saw 'u'.
(#12) Missing semicolon.
(#12) Expected '===' and instead saw '=='.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Missing semicolon.
(#12) Missing semicolon.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Expected '===' and instead saw '=='.
(#12) Expected '{' and instead saw 'for'.
(#12) Expected '{' and instead saw ';'.
(#12) Expected '{' and instead saw 't'.
(#12) Missing semicolon.
(#12) Missing semicolon.
(#12) Missing 'new' prefix when invoking a constructor.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Expected '===' and instead saw '=='.
(#12) Expected '{' and instead saw 'for'.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#12) Expected '{' and instead saw 't'.
(#13) Line is too long.
(#12) Expected an assignment or function call and instead saw an expression.
(#12) Missing semicolon.
(#13) Missing semicolon.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Expected an assignment or function call and instead saw an expression.
(#13) Expected '!==' and instead saw '!='.
(#13) Missing semicolon.
(#13) Missing semicolon.
(#13) Expected '{' and instead saw 'return'.
(#13) Missing semicolon.
(#13) Expected '===' and instead saw '=='.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'for'.
(#13) Expected '{' and instead saw ';'.
(#13) Expected '{' and instead saw 't'.
(#13) Missing semicolon.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Expected '===' and instead saw '=='.
(#13) Expected '{' and instead saw 'for'.
(#13) Missing 'new' prefix when invoking a constructor.
(#13) Expected '{' and instead saw 'i'.
(#13) Expected '{' and instead saw 'i'.
(#13) 'i' used out of scope.
(#14) Line is too long.
(#13) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) 'i' used out of scope.
(#14) Missing semicolon.
(#14) Expected '!==' and instead saw '!='.
(#14) Expected '{' and instead saw 't'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'r'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '===' and instead saw '=='.
(#14) Expected '{' and instead saw 'for'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected '{' and instead saw 'u'.
(#14) 'u' used out of scope.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected '===' and instead saw '=='.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'e'.
(#14) Expected '{' and instead saw 't'.
(#15) Line is too long.
(#14) Missing semicolon.
(#15) Missing semicolon.
(#15) Expected '!==' and instead saw '!='.
(#15) Expected '{' and instead saw 'var'.
(#15) 'u' is already defined.
(#15) Missing 'new' prefix when invoking a constructor.
(#15) Expected an assignment or function call and instead saw an expression.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#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 '=='.
(#15) Expected '{' and instead saw 'for'.
(#15) Expected '{' and instead saw ';'.
(#15) Expected '{' and instead saw 't'.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Missing semicolon.
(#15) Expected '!==' and instead saw '!='.
(#15) Expected '!==' and instead saw '!='.
(#16) Line is too long.
(#16) Missing 'new' prefix when invoking a constructor.
(#16) Expected '{' and instead saw 'e'.
(#16) Missing semicolon.
(#16) Expected '===' and instead saw '=='.
(#16) Expected '{' and instead saw 'return'.
(#16) Missing 'new' prefix when invoking a constructor.
(#16) Missing 'new' prefix when invoking a constructor.
(#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 'e'.
(#16) Missing 'new' prefix when invoking a constructor.
(#16) Expected '{' and instead saw 'return'.
(#16) Missing 'new' prefix when invoking a constructor.
(#16) Expected '{' and instead saw 'if'.
(#16) Expected '{' and instead saw 'return'.
(#16) Missing semicolon.
(#16) Expected '!==' and instead saw '!='.
(#16) Expected '!==' and instead saw '!='.
(#16) Missing 'new' prefix when invoking a constructor.
(#16) Expected '{' and instead saw 'e'.
(#16) Missing semicolon.
(#16) Expected '{' and instead saw 'e'.
(#16) 'e' used out of scope.
(#16) Expected '===' and instead saw '=='.
(#16) Missing 'new' prefix when invoking a constructor.
(#17) Line is too long.
(#17) 'e' used out of scope.
(#17) Missing semicolon.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) Expected '{' and instead saw 'e'.
(#17) Unexpected use of '>>>'.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Missing semicolon.
(#17) Expected '!==' and instead saw '!='.
(#17) Expected '!==' and instead saw '!='.
(#17) Expected '!==' and instead saw '!='.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) Missing 'new' prefix when invoking a constructor.
(#17) Expected an assignment or function call and instead saw an expression.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Missing semicolon.
(#17) Expected '===' and instead saw '=='.
(#17) Expected '{' and instead saw 'return'.
(#18) Line is too long.
(#18) Expected '!==' and instead saw '!='.
(#18) Expected '!==' and instead saw '!='.
(#18) Expected '{' and instead saw 'return'.
(#18) Missing semicolon.
(#18) Expected '{' and instead saw ';'.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Expected '!==' and instead saw '!='.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) Missing semicolon.
(#18) A constructor name should start with an uppercase letter.
(#19) Line is too long.
(#18) Missing semicolon.
(#19) Missing semicolon.
(#19) Missing semicolon.
(#19) Expected '===' and instead saw '=='.
(#19) Expected '===' and instead saw '=='.
(#19) Expected '===' and instead saw '=='.
(#19) Expected '===' and instead saw '=='.
(#19) Expected an assignment or function call and instead saw an expression.
(#19) 'X' is already defined.
(#19) Missing 'new' prefix when invoking a constructor.
(#19) 'X' is already defined.
(#20) Line is too long.
(#20) Expected '===' and instead saw '=='.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Missing semicolon.
(#20) 's' is a function.
(#20) Missing semicolon.
(#20) Expected an assignment or function call and instead saw an expression.
(#20) Expected '===' and instead saw '=='.
(#20) Missing semicolon.
(#20) Missing 'new' prefix when invoking a constructor.
(#20) Missing semicolon.
(#21) Line is too long.
(#21) 'b' is a function.
(#21) Expected '===' and instead saw '=='.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Missing 'new' prefix when invoking a constructor.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Expected an assignment or function call and instead saw an expression.
(#21) Missing semicolon.
(#21) Missing semicolon.
(#21) Expected '{' and instead saw 't'.
(#22) Line is too long.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Missing 'new' prefix when invoking a constructor.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) 'a' is a function.
(#22) Expected an assignment or function call and instead saw an expression.
(#22) Missing semicolon.
(#22) Missing 'new' prefix when invoking a constructor.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Missing 'new' prefix when invoking a constructor.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#22) Missing 'new' prefix when invoking a constructor.
(#22) Missing semicolon.
(#22) Missing semicolon.
(#23) Line is too long.
(#23) Missing 'new' prefix when invoking a constructor.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Missing 'new' prefix when invoking a constructor.
(#23) Expected an assignment or function call and instead saw an expression.
(#23) Missing semicolon.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'return'.
(#23) Expected '!==' and instead saw '!='.
(#23) Expected '!==' and instead saw '!='.
(#23) Missing 'new' prefix when invoking a constructor.
(#23) Expected '{' and instead saw 'e'.
(#23) Missing semicolon.
(#23) Expected '{' and instead saw 'e'.
(#23) Expected '===' and instead saw '=='.
(#23) Missing 'new' prefix when invoking a constructor.
(#23) Missing 'new' prefix when invoking a constructor.
(#23) Missing semicolon.
(#23) 'n' is already defined.
(#23) 'n' is a statement label.
(#24) Line is too long.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Expected '{' and instead saw 'if'.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Expected '{' and instead saw 'continue'.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Expected '===' and instead saw '=='.
(#24) Missing 'new' prefix when invoking a constructor.
(#24) Expected '===' and instead saw '=='.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#24) Missing semicolon.
(#25) Line is too long.
(#25) Expected '!==' and instead saw '!='.
(#25) Expected '{' and instead saw 't'.
(#25) Missing 'new' prefix when invoking a constructor.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Expected '{' and instead saw 'for'.
(#25) Expected '{' and instead saw 'r'.
(#25) Expected an assignment or function call and instead saw an expression.
(#25) Missing semicolon.
(#25) Missing 'new' prefix when invoking a constructor.
(#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) Missing semicolon.
(#25) Missing semicolon.
(#26) Line is too long.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Expected '===' and instead saw '=='.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Expected '{' and instead saw 'u'.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Expected '===' and instead saw '=='.
(#26) Expected an assignment or function call and instead saw an expression.
(#26) Missing semicolon.
(#26) Missing semicolon.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Expected '===' and instead saw '=='.
(#27) Line is too long.
(#26) Missing 'new' prefix when invoking a constructor.
(#26) Missing semicolon.
(#27) Don't make functions within a loop.
(#27) Expected '{' and instead saw 'i'.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#27) Missing '()' invoking a constructor.
(#27) Expected an assignment or function call and instead saw an expression.
(#27) Missing semicolon.
(#27) Missing '()' invoking a constructor.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Missing semicolon.
(#27) Missing semicolon.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Expected '{' and instead saw 'u'.
(#27) Missing semicolon.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Expected '===' and instead saw '=='.
(#27) Missing 'new' prefix when invoking a constructor.
(#27) Missing semicolon.
(#27) Missing 'new' prefix when invoking a constructor.
(#28) Line is too long.
(#27) Missing semicolon.
(#28) Missing 'new' prefix when invoking a constructor.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#28) Missing semicolon.
(#28) Missing semicolon.
(#28) Missing semicolon.
(#28) Missing 'new' prefix when invoking a constructor.
(#28) Missing 'new' prefix when invoking a constructor.
(#28) Expected '{' and instead saw 'e'.
(#28) Missing 'new' prefix when invoking a constructor.
(#28) Missing semicolon.
(#28) Expected an assignment or function call and instead saw an expression.
(#28) Missing semicolon.
(#29) Line is too long.
(#28) Missing semicolon.
(#29) Missing 'new' prefix when invoking a constructor.
(#29) Missing semicolon.
(#29) Expected '===' and instead saw '=='.
(#29) Missing semicolon.
(#29) Missing 'new' prefix when invoking a constructor.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Expected '===' and instead saw '=='.
(#29) Missing semicolon.
(#29) Expected '===' and instead saw '=='.
(#29) Missing semicolon.
(#29) Missing semicolon.
(#29) Missing 'new' prefix when invoking a constructor.
(#30) Line is too long.
(#29) Missing semicolon.
(#30) Expected '!==' and instead saw '!='.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Expected '===' and instead saw '=='.
(#30) Missing semicolon.
(#30) Expected '===' and instead saw '=='.
(#30) Missing semicolon.
(#30) Expected '===' and instead saw '=='.
(#30) Missing 'new' prefix when invoking a constructor.
(#30) Missing 'new' prefix when invoking a constructor.
(#30) Expected '{' and instead saw 'if'.
(#30) Expected '{' and instead saw 'return'.
(#30) Missing semicolon.
(#30) Missing semicolon.
(#30) Expected '===' and instead saw '=='.
(#30) Expected '===' and instead saw '=='.
(#30) Expected '===' and instead saw '=='.
(#31) Line is too long.
(#30) Missing semicolon.
(#31) Missing semicolon.
(#31) Expected '===' and instead saw '=='.
(#31) Missing semicolon.
(#31) Expected an assignment or function call and instead saw an expression.
(#31) Missing 'new' prefix when invoking a constructor.
(#32) Line is too long.
(#31) Missing semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing 'new' prefix when invoking a constructor.
(#32) eval can be harmful.
(#32) Missing semicolon.
(#32) Missing semicolon.
(#32) Expected an identifier and instead saw '='.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#32) Expected an assignment or function call and instead saw an expression.
(#32) Missing semicolon.
(#32) 'f' used out of scope.
(#32) 'f' used out of scope.
(#32) 'f' used out of scope.
(#32) Too many errors. (94% scanned).
repository/ensemble/ext_chooser/js/plupload/jquery.plupload.queue/jquery.plupload.queue.js
(#1) Line is too long.
(#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) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#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) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
repository/ensemble/ext_chooser/js/plupload/plupload.flash.js
(#1) Line is too long.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '!==' and instead saw '!='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) 'e' is defined but never used.
(#1) 'l' is defined but never used.
(#1) 'k' is defined but never used.
(#1) 'q' is defined but never used.
(#1) 's' is defined but never used.
(#1) 's' is defined but never used.
repository/ensemble/ext_chooser/js/plupload/plupload.html5.js
(#1) Line is too long.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Unexpected use of '>>'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Unexpected use of '<<'.
(#1) Unexpected use of '<<'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) A constructor name should start with an uppercase letter.
(#1) A constructor name should start with an uppercase letter.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected a conditional expression and instead saw an assignment.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Unexpected use of '&'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing '()' invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing 'new' prefix when invoking a constructor.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Unexpected use of '|='.
(#1) Unexpected use of '<<'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) 'w' is already defined.
(#1) Missing semicolon.
(#1) Unexpected use of '>>'.
(#1) Unexpected use of '&'.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) A constructor name should start with an uppercase letter.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) A constructor name should start with an uppercase letter.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) 'A' is already defined.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) You might be leaking a variable (ii) here.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) A constructor name should start with an uppercase letter.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#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 '!='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Creating global 'for' variable. Should be 'for (var hex ...'.
(#1) Missing semicolon.
(#1) Expected '===' and instead saw '=='.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) Missing semicolon.
(#1) 'r' is defined but never used.
(#1) 'C' is defined but never used.
(#1) 'z' is defined but never used.
(#1) 'w' is defined but never used.
(#1) 'P' is defined but never used.
repository/ensemble/ext_chooser/js/plupload/plupload.js
(#2) Line is too long.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Function declarations are not invocable. Wrap the whole function invocation in parens.
(#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) 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) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#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 '=='.
(#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) Missing semicolon.
(#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) 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) 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) 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 '===' and instead saw '=='.
(#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 '=='.
(#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) 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) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Expected '===' and instead saw '=='.
(#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) Missing semicolon.
(#2) Expected '===' and instead saw '=='.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Missing semicolon.
(#2) Expected '!==' and instead saw '!='.
(#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) 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) Missing semicolon.
(#2) 'o' is defined but never used.
(#2) 'p' is defined but never used.
(#2) 'w' is defined but never used.
(#2) 'o' is defined but never used.
(#2) 'n' is defined but never used.

CSS problems

(0 errors, 8 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
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) Use of !important
(#5) 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]