wp/wp-includes/js/plupload/moxie.js
changeset 22 8c2e4d02f4ef
parent 7 cf61fcea0001
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
     1 ;var MXI_DEBUG = false;
     1 ;var MXI_DEBUG = false;
     2 /**
     2 /**
     3  * mOxie - multi-runtime File API & XMLHttpRequest L2 Polyfill
     3  * mOxie - multi-runtime File API & XMLHttpRequest L2 Polyfill
     4  * v1.3.5
     4  * v1.3.5.1
     5  *
     5  *
     6  * Copyright 2013, Moxiecode Systems AB
     6  * Copyright 2013, Moxiecode Systems AB
     7  * Released under GPL License.
     7  * Released under GPL License.
     8  *
     8  *
     9  * License: http://www.plupload.com/license
     9  * License: http://www.plupload.com/license
    14 /**
    14 /**
    15  * Compiled inline version. (Library mode)
    15  * Compiled inline version. (Library mode)
    16  */
    16  */
    17 
    17 
    18 /**
    18 /**
    19  * Modified for WordPress, Silverlight and Flash runtimes support was removed.
    19  * Modified for WordPress.
    20  * See https://core.trac.wordpress.org/ticket/41755.
    20  * - Silverlight and Flash runtimes support was removed. See https://core.trac.wordpress.org/ticket/41755.
       
    21  * - A stray Unicode character has been removed. See https://core.trac.wordpress.org/ticket/59329.
       
    22  *
       
    23  * This is a de-facto fork of the mOxie library that will be maintained by WordPress due to upstream license changes
       
    24  * that are incompatible with the GPL.
    21  */
    25  */
    22 
    26 
    23 /*jshint smarttabs:true, undef:true, latedef:true, curly:true, bitwise:true, camelcase:true */
    27 /*jshint smarttabs:true, undef:true, latedef:true, curly:true, bitwise:true, camelcase:true */
    24 /*globals $code */
    28 /*globals $code */
    25 
    29 
  7386 			ArrayBufferReader.apply(this, arguments);
  7390 			ArrayBufferReader.apply(this, arguments);
  7387 		} else {
  7391 		} else {
  7388 			UTF16StringReader.apply(this, arguments);
  7392 			UTF16StringReader.apply(this, arguments);
  7389 		}
  7393 		}
  7390 	}
  7394 	}
  7391 	 
       
  7392 
  7395 
  7393 	Basic.extend(BinaryReader.prototype, {
  7396 	Basic.extend(BinaryReader.prototype, {
  7394 		
  7397 		
  7395 		littleEndian: false,
  7398 		littleEndian: false,
  7396 
  7399