File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
shelly/plotlyjs/static/plotlyjs/src Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ module.exports = Scene2D;
67
67
var proto = Scene2D . prototype ;
68
68
69
69
proto . makeFramework = function ( ) {
70
+
70
71
// create canvas and gl context
71
72
if ( this . staticPlot ) {
72
73
if ( ! STATIC_CONTEXT ) {
Original file line number Diff line number Diff line change @@ -29,11 +29,9 @@ module.exports = function showWebGlMsg(scene) {
29
29
scene . container . appendChild ( div ) ;
30
30
scene . container . style . background = '#FFFFFF' ;
31
31
scene . container . onclick = function ( ) {
32
- window . open ( 'http://get.webgl.org' ) ;
32
+ window . open ( 'http://get.webgl.org' ) ;
33
33
} ;
34
34
35
- /*
36
- * return before setting up camera and onrender methods
37
- */
35
+ // return before setting up camera and onrender methods
38
36
return false ;
39
37
} ;
You can’t perform that action at this time.
0 commit comments