ErModeller/canvas.js - Comments aren't following code standards

Bug #1164537 reported by Roland Chelwing
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LenaSYS
Fix Committed
Undecided
Elof Bigestans

Bug Description

Example:
  // List of objects
  // List of identifiers
  // List of selected object identifiers
  // The context object
  var Objects = new Array();
  var Selected = new Array();
  var Identifiers = new Array();
  var ContextObj;

Should be:
  // List of objects
  var Objects = new Array();
  // List of identifiers
  var Identifiers = new Array();
  // List of selected object identifiers
  var Selected = new Array();
  // The context object
  var ContextObj;

Related branches

Changed in lenasys:
status: New → Confirmed
Changed in lenasys:
assignee: nobody → Elof Bigestans (elof-bigestans)
status: Confirmed → In Progress
Changed in lenasys:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.