jsgantt-improved
Advanced tools
Comparing version 1.8.6 to 1.8.7
@@ -7,5 +7,3 @@ "use strict"; | ||
var keys = Object.keys(options); | ||
console.log(this); | ||
for (var i = 0; i < keys.length; i++) { | ||
console.log(this); | ||
var key = keys[i]; | ||
@@ -12,0 +10,0 @@ var val = options[key]; |
{ | ||
"name": "jsgantt-improved", | ||
"version": "1.8.6", | ||
"version": "1.8.7", | ||
"description": "jsgantt-improved", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -7,5 +7,3 @@ import { parseDateFormatStr } from "./utils"; | ||
const keys = Object.keys(options); | ||
console.log(this) | ||
for(let i=0; i< keys.length; i++){ | ||
console.log(this) | ||
const key = keys[i]; | ||
@@ -12,0 +10,0 @@ const val = options[key]; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
13938
1244481