Hello there, i love your plugin! Thank you! But i get an error when i use the function "GetPropState". I found where the error is. At line 1091 you don't instance the variable with a "var" property name.
Current:
tmpIndex = this.itemHandle.indexOf(name);
Correct:
var tmpIndex = this.itemHandle.indexOf(name);
Oh my god, I really do that a lot, hehe.
Usually I stumble upon it myself at some point, but here I utterly failed.
Thank you for reporting and checking out the plugin, appreciated!