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

added missing method serializeArray #56

Closed
wants to merge 1 commit into from
Closed

Conversation

cj
Copy link

@cj cj commented Oct 15, 2014

No description provided.

@@ -53,7 +53,7 @@ def self.expose(*methods)
expose :after, :before, :parent, :parents, :prepend, :prev, :remove
expose :hide, :show, :toggle, :children, :blur, :closest, :detach
expose :focus, :find, :next, :siblings, :text, :trigger, :append
expose :serialize, :is, :filter, :last, :first
expose :serialize, :serialize_array, :is, :filter, :last, :first
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should remove this as expose is just for methods with the exact same name (underscore-wise) in jquery

@elia
Copy link
Member

elia commented Jul 31, 2015

fixed by 1f2268a (Add Element#serialize_array)

@elia elia closed this Jul 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants