Skip to content

Commit

Permalink
Reusing native ProgressEvent by default
Browse files Browse the repository at this point in the history
  • Loading branch information
luissilvaos authored Aug 23, 2016
1 parent 9860bbb commit a7445e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
</js-module>

<js-module src="www/ProgressEvent.js" name="ProgressEvent">
<clobbers target="window.ProgressEvent" />
<!-- <clobbers target="window.ProgressEvent" /> -->
</js-module>

<js-module src="www/fileSystems.js" name="fileSystems" />
Expand Down

0 comments on commit a7445e6

Please sign in to comment.