Skip to content

Commit f45db47

Browse files
committed
lint
1 parent c200bf9 commit f45db47

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

shelly/plotlyjs/static/plotlyjs/src/gl2d/scene2d.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ module.exports = Scene2D;
6767
var proto = Scene2D.prototype;
6868

6969
proto.makeFramework = function() {
70+
7071
// create canvas and gl context
7172
if(this.staticPlot) {
7273
if(!STATIC_CONTEXT) {

shelly/plotlyjs/static/plotlyjs/src/gl3d/lib/show_no_webgl_msg.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ module.exports = function showWebGlMsg(scene) {
2929
scene.container.appendChild(div);
3030
scene.container.style.background = '#FFFFFF';
3131
scene.container.onclick = function () {
32-
window.open('http://get.webgl.org');
32+
window.open('http://get.webgl.org');
3333
};
3434

35-
/*
36-
* return before setting up camera and onrender methods
37-
*/
35+
// return before setting up camera and onrender methods
3836
return false;
3937
};

0 commit comments

Comments
 (0)