r90687 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r90686‎ | r90687 | r90688 >
Date:01:06, 24 June 2011
Author:neilk
Status:ok
Tags:
Comment:
move comment
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.fileApi.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.fileApi.js
@@ -2,11 +2,11 @@
33
44 ( function( $, mw ) {
55
6 - /**
7 - * Is the FileAPI available with sufficient functionality?
8 - */
96 mw.fileApi = {
107
 8+ /**
 9+ * Is the FileAPI available with sufficient functionality?
 10+ */
1111 isAvailable: function() {
1212 return typeof window.FileReader !== 'undefined';
1313 },

Status & tagging log