Index: trunk/extensions/UploadWizard/resources/mw.fileApi.js |
— | — | @@ -2,11 +2,11 @@ |
3 | 3 | |
4 | 4 | ( function( $, mw ) { |
5 | 5 | |
6 | | - /** |
7 | | - * Is the FileAPI available with sufficient functionality? |
8 | | - */ |
9 | 6 | mw.fileApi = { |
10 | 7 | |
| 8 | + /** |
| 9 | + * Is the FileAPI available with sufficient functionality? |
| 10 | + */ |
11 | 11 | isAvailable: function() { |
12 | 12 | return typeof window.FileReader !== 'undefined'; |
13 | 13 | }, |