Changeset 13928 for trunk/FACT++/www


Ignore:
Timestamp:
05/26/12 19:12:05 (12 years ago)
Author:
tbretz
Message:
Comments around unsused variables
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/smartfact/index.js

    r13927 r13928  
    10701070    // ----------------------------------------------------
    10711071
    1072     var p = table.tBodies.length==3 ? 1 : 0;
    1073     var tbody = table.tBodies[p];
     1072    //var p = table.tBodies.length==3 ? 1 : 0;
     1073    //var tbody = table.tBodies[p];
    10741074
    10751075    for (var line=1; line<tokens.length; line++)
     
    13591359
    13601360    var cw = canv.width;
    1361     var ch = canv.height;
     1361    //var ch = canv.height;
    13621362
    13631363    var ctx = canv.getContext("2d");
Note: See TracChangeset for help on using the changeset viewer.