Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #227 from KristofferC/patch-1
Browse files Browse the repository at this point in the history
fix parsing on 0.5
  • Loading branch information
Keno committed Apr 6, 2016
2 parents e6b8e49 + 1c53591 commit 348b20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ type MouseHandler
end

if VERSION < v"0.4.0-dev"
typealias MHPair (MouseHandler,Symbol)
typealias MHPair tuple(MouseHandler,Symbol)
function findlast(testf::Function, A)
for i = length(A):-1:1
testf(A[i]) && return i
Expand Down

0 comments on commit 348b20a

Please sign in to comment.