Changeset 13928 for trunk/FACT++/www/smartfact
- Timestamp:
- 05/26/12 19:12:05 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/smartfact/index.js
r13927 r13928 1070 1070 // ---------------------------------------------------- 1071 1071 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]; 1074 1074 1075 1075 for (var line=1; line<tokens.length; line++) … … 1359 1359 1360 1360 var cw = canv.width; 1361 var ch = canv.height;1361 //var ch = canv.height; 1362 1362 1363 1363 var ctx = canv.getContext("2d");
Note:
See TracChangeset
for help on using the changeset viewer.