@evergis/sgis
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -24,3 +24,3 @@ import { Color } from "../utils/Color"; | ||
let desc = symbolDescriptions[keys[i]]; | ||
if (symbol instanceof desc.Constructor) { | ||
if (symbol.constructor === desc.Constructor) { | ||
let serialized = { symbolName: keys[i] }; | ||
@@ -27,0 +27,0 @@ desc.properties.forEach(prop => { |
{ | ||
"name": "@evergis/sgis", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "", | ||
@@ -37,3 +37,4 @@ "main": "dist/sGis.js", | ||
"typedoc": "git+https://github.com/Maximkaaa/typedoc.git#dev", | ||
"typescript": "^2.7.2" | ||
"typescript": "^2.7.2", | ||
"typedoc-default-themes": "https://github.com/Maximkaaa/typedoc-default-themes#dev" | ||
}, | ||
@@ -40,0 +41,0 @@ "jest": { |
@@ -42,3 +42,3 @@ import {Color} from "../utils/Color"; | ||
if (symbol instanceof desc.Constructor) { | ||
if (symbol.constructor === desc.Constructor) { | ||
let serialized = {symbolName: keys[i]}; | ||
@@ -45,0 +45,0 @@ desc.properties.forEach(prop => { |
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
2417922
8