eidogo
eidogo copied to clipboard
fixed clear marker functionality - first marker now clears
BUG RESOLUTION - Master #18 : Local Fork #1
Initially, code referred to this.prop, which under every possible condition was undefined. What was really desired was this[prop], which behaves as expected.