juijs-graph
Advanced tools
Comparing version 0.2.2-es6 to 0.2.3-es6
{ | ||
"name": "juijs-graph", | ||
"version": "0.2.2-es6", | ||
"version": "0.2.3-es6", | ||
"sideEffects": false, | ||
@@ -5,0 +5,0 @@ "description": "SVG-based JUI chart that can be used in the browser and Node.js. Support many types of charts. (Dashboard, Map, Topology, Full 3D)", |
@@ -39,3 +39,2 @@ import JUI from "juijs" | ||
this.render(); | ||
if(typeof(callback) == "function") { | ||
@@ -45,2 +44,3 @@ callback.call(this, currentTime - startTime); | ||
this.render(); | ||
prevTime = currentTime; | ||
@@ -47,0 +47,0 @@ } |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package