Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
docs(README.md): cleanup
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
rnicholus committed Jun 30, 2014
1 parent 58114e4 commit 82a20e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,4 @@ document.querySelector("file-input").addEventListener("change", function(event)


### Browser Support
All [browsers supported by Polymer](http://www.polymer-project.org/resources/compatibility.html) are currently supported by `<file-input>`. Polymer is a hard dependency.

When files are selected by the user, valid files will be made available via the `files` array on the element's instance, and via a `files` property on the triggered `change` event's `detail` object. Invalid files will be made available via the `invalidFiles` property on the trigg
All [browsers supported by Polymer](http://www.polymer-project.org/resources/compatibility.html) are currently supported by `<file-input>`. Polymer is a hard dependency.

0 comments on commit 82a20e9

Please sign in to comment.