gl-error3d
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -160,3 +160,6 @@ 'use strict' | ||
c = [c[0], c[1], c[2], 1] | ||
} else if(c.length === 4) { | ||
c = [c[0], c[1], c[2], c[3]] | ||
} | ||
if(isNaN(e[0][j]) || isNaN(e[1][j])) { | ||
@@ -163,0 +166,0 @@ continue |
{ | ||
"name": "gl-error3d", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Draws error bars around points", | ||
@@ -5,0 +5,0 @@ "main": "errorbars.js", |
Sorry, the diff of this file is not supported yet
11969
268