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

Fix error in browserify build #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

pwnall
Copy link

@pwnall pwnall commented Sep 26, 2015

This fixes the following error when trying to build an application with the --corsify flag.

SyntaxError: 'return' outside of function (11:4) (while aliasify was processing /Users/pwnall/workspace/html5-app-container/cordova/plugins/cordova-plugin-xhr-blob-polyfill/xhr-blob.js) while parsing file: /Users/pwnall/workspace/html5-app-container/cordova/plugins/cordova-plugin-xhr-blob-polyfill/xhr-blob.js

This fixes the following error when trying to build an application with the `--corsify` flag.

```
SyntaxError: 'return' outside of function (11:4) (while aliasify was processing /Users/pwnall/workspace/html5-app-container/cordova/plugins/cordova-plugin-xhr-blob-polyfill/xhr-blob.js) while parsing file: /Users/pwnall/workspace/html5-app-container/cordova/plugins/cordova-plugin-xhr-blob-polyfill/xhr-blob.js
```
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.

1 participant