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

define FileError shim inside module #2094

Merged
merged 2 commits into from
Nov 16, 2012
Merged

define FileError shim inside module #2094

merged 2 commits into from
Nov 16, 2012

Conversation

maks
Copy link
Contributor

@maks maks commented Nov 10, 2012

needed to support browsers that do not have native support for
the File API working draft.

needed to support browsers that do not have native support for
the File API working draft.
@ghost ghost assigned jasonsanjose Nov 12, 2012

//define FileError as currently ONLY Chrome implements the File API W3C Working Draft
window.FileError = window.FileError || {
OT_FOUND_ERR: 1,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo? NOT_FOUND_ERROR

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apologies, definitely typo - I'll fix shortly

@jasonsanjose
Copy link
Member

initial review complete

@jasonsanjose
Copy link
Member

Looks good. Merging.

jasonsanjose added a commit that referenced this pull request Nov 16, 2012
define FileError shim inside module
@jasonsanjose jasonsanjose merged commit c2c1eaa into adobe:master Nov 16, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants