Changeset 19773
- Timestamp:
- 11/20/15 13:01:35 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/plot/plot_manager.js
r19771 r19773 15 15 16 16 //standard plot: initialize open Gl for each canvas: 17 $('<canvas id="'+options.getfieldvalue('canvasid')+'" width="480" height="480"></canvas>)').appendTo('body'); 17 18 var canvas=document.getElementById(options.getfieldvalue('canvasid')); 18 //$.("<canvas id='"+options.getfieldvalue('canvasid')+"' width=640 height=480></canvas>)").append("body");19 19 20 20 // Initialize the GL context:
Note:
See TracChangeset
for help on using the changeset viewer.