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

Typo in Store.insert(index, record) #34

Closed
GoogleCodeExporter opened this issue Jan 20, 2016 · 1 comment
Closed

Typo in Store.insert(index, record) #34

GoogleCodeExporter opened this issue Jan 20, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

In Store class

return store.insert(inedx, recordJ)

should read:

return store.insert(index, recordJ)

in code:

public native void insert(int index, Record record) /*-{
        var store = this.@com.gwtext.client.core.JsObject::jsObj;
        var recordJ = record.@com.gwtext.client.core.JsObject::jsObj;
        return store.insert(inedx, recordJ); // <------ typo
}-*/;

Original issue reported on code.google.com by collin...@gmail.com on 25 Jul 2007 at 12:59

@GoogleCodeExporter
Copy link
Author

Original comment by sanjiv.j...@gmail.com on 25 Jul 2007 at 2:33

  • Changed state: Fixed
  • Added labels: Milestone-0_9_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant