Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error in eclipse #108

Closed
johncg71 opened this issue Feb 11, 2013 · 2 comments
Closed

Getting error in eclipse #108

johncg71 opened this issue Feb 11, 2013 · 2 comments
Assignees
Labels

Comments

@johncg71
Copy link

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

@gfranko
Copy link
Owner

gfranko commented Feb 12, 2013

In the v3.0.0 release, I am going to remove the switch statements in SelectBoxIt, which should fix this issue. Thanks for reporting it!

@ghost ghost assigned gfranko Feb 12, 2013
@gfranko gfranko mentioned this issue Feb 12, 2013
15 tasks
@gfranko
Copy link
Owner

gfranko commented Feb 21, 2013

I just released SelectBoxIt v3.0.0, so this issue should no longer be there!

@gfranko gfranko closed this as completed Feb 21, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants