Fix mistake in Graphics/Input.js library.

This commit is contained in:
evancz 2013-05-22 03:05:44 +02:00
parent 7ece842af5
commit de4e9ac19f
2 changed files with 2 additions and 2 deletions

View file

@ -103,7 +103,7 @@ Elm.Native.Graphics.Input = function(elm) {
});
}
return { _:{}, button:F4(button), events:events };
return { _:{}, customButton:F4(button), events:events };
}

View file

@ -17,7 +17,7 @@ Category: Compiler, Language
Build-type: Simple
--Extra-source-files: README.md
Cabal-version: >=1.6
Cabal-version: >=1.8
source-repository head
type: git