Skip to content

Commit

Permalink
Remove fixed FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmark committed Jan 25, 2014
1 parent 225627d commit ce81dce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JQuery.hs
Expand Up @@ -169,7 +169,6 @@ ajax' = ffi "\
addClass :: Text -> JQuery -> Fay JQuery
addClass = ffi "%2['addClass'](%1)"

-- FIXME: https://github.com/chrisdone/fay/issues/38
addClassWith :: (Double -> Text -> Fay Text) -> JQuery -> Fay JQuery
addClassWith = ffi "%2['addClass'](%1)"

Expand Down

0 comments on commit ce81dce

Please sign in to comment.