rcdmk / aspJSON

A fast classic ASP JSON parser and encoder for easy JSON manipulation to work with the new JavaScript MV* libraries and frameworks.
MIT License
203 stars 89 forks source link

Fix the vbTab / vbBack mess #57

Closed skacurt closed 6 years ago

skacurt commented 6 years ago

Completes #56

rcdmk commented 6 years ago

Thanks @skacurt !

MarcoMiltenburg commented 6 years ago

Why is vbback initialized in class_terminate()? Shouldn't that be class_initialize()?

skacurt commented 6 years ago

@MarcoMiltenburg My bad, it certainly should.