You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Eclipse is throwing an error starting on the following line 682
default:
// Allows for custom hide effects via the [jQueryUI core effects](http://http://jqueryui.com/demos/hide/)
this.list.hide(this.options.hideEffect, this.options.hideEffectOptions, this.options.hideEffectSpeed, function() {
//Updates the list `scrollTop` attribute
self._scrollToView("search");
});
break;
Error is the "default case is already defined". I am not getting an exception when calling the plugin. It's just Eclipse sees this as an error. Thanks
The text was updated successfully, but these errors were encountered:
Hi, Eclipse is throwing an error starting on the following line 682
Error is the "default case is already defined". I am not getting an exception when calling the plugin. It's just Eclipse sees this as an error. Thanks
The text was updated successfully, but these errors were encountered: