I met a bug that caused validateDestroy not work, and I try to fixed it.
Line 307: namespace = options.namespace change to namespace = options.nameSpace
after I do so validateDestroy is still out of working, but cause I just want to revalidate so not it is ok for me.
I met a bug that caused
validateDestroynot work, and I try to fixed it.Line 307:
namespace = options.namespacechange tonamespace = options.nameSpaceafter I do so validateDestroy is still out of working, but cause I just want to revalidate so not it is ok for me.