Changeset 20836
- Timestamp:
- 06/30/16 21:45:34 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/webgl.js
r20790 r20836 475 475 } //}}} 476 476 function draw(canvas,options) { //{{{ 477 if ( !canvas.nodes) {477 if (canvas.nodes.length < 1) { 478 478 canvas.drawHandler = window.requestAnimationFrame(function(time) {draw(canvas,options)}); 479 479 return;
Note:
See TracChangeset
for help on using the changeset viewer.