Commons:User scripts/users namespace/reports/User:AzaToth/jquery.contextMenu.js

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

This is the report page for User:AzaToth/jquery.contextMenu.js. It is bot-maintained. All manual changes might be overwritten.

jshint[edit]

  1. ISSUE: line 327 character 22: Value of 'e' may be overwritten in IE 8 and earlier. - Evidence: } catch(e) {}
  2. ISSUE: line 360 character 55: Use '===' to compare with '0'. - Evidence: if ((root.trigger == 'left' && button == 0) || (root.trigger == 'right' && button == 2)) {
  3. ISSUE: line 457 character 21: Expected a 'break' statement before 'case'. - Evidence: }
  4. ISSUE: line 951 character 50: Expected a conditional expression and instead saw an assignment. - Evidence: for (var i=0, ak; ak = aks[i]; i++) {
  5. ISSUE: line 1164 character 30: Expected a conditional expression and instead saw an assignment. - Evidence: for (var i=0, k; k = t[i]; i++) {