Преглед изворни кода

Reverted since property isnt needed anymore

leitzler пре 10 година
родитељ
комит
367bc3da4d
1 измењених фајлова са 0 додато и 5 уклоњено
  1. 0 5
      docs/api/loaders/XHRLoader.html

+ 0 - 5
docs/api/loaders/XHRLoader.html

@@ -37,11 +37,6 @@
 		Can be set to change the response type.
 		Can be set to change the response type.
 		</div>
 		</div>
 
 
-		<h3>[property:Boolean strict]</h3>
-		<div>
-		When set, the 'load' event handler will check HTTP Status and readyState according to specifiaction of XMLHttpRequest. If disabled, all 'load' events will be treated as successfull regardless of status and readyState. Should only be disabled when XHRLoader fetch data from a non-http source (e.g. local file system, file://). (default: true)
-		</div>
-
 
 
 		<h2>Methods</h2>
 		<h2>Methods</h2>
 
 

粤ICP备19079148号