Open ChristopherBrix opened 8 years ago
The callback onComplete() is currently never called.
onComplete()
It could be called in line 558, but then it'd be called multiple times if selector in $(selector).ezPlus() matches multiple elements. Is this the expected behavior?
selector
$(selector).ezPlus()
good question, I'm not familiar which the intent of that method, and unfortunately it was not documented.
I assume it could be called when the zoom has been initialized.
The callback
onComplete()
is currently never called.It could be called in line 558, but then it'd be called multiple times if
selector
in$(selector).ezPlus()
matches multiple elements. Is this the expected behavior?