Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #13 from Boltmade/master
Browse files Browse the repository at this point in the history
Fix copy-and-paste name error
  • Loading branch information
paf31 committed Oct 24, 2014
2 parents c2f389b + ed5baee commit 89e552a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Monad/JQuery.purs
Expand Up @@ -33,7 +33,7 @@ foreign import select
-- .find(...)
foreign import find
"""
function select(selector) {
function find(selector) {
return function(ob) {
return function () {
return ob.find(selector);
Expand Down

0 comments on commit 89e552a

Please sign in to comment.