From 85be7a29fa2280602e0c72b5302e7f718429125f Mon Sep 17 00:00:00 2001 From: BelinChung Date: Fri, 21 Apr 2017 16:33:56 +0800 Subject: [PATCH] Update transport.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo 使用半角分号替换全角分号 --- src/runtime/flash/transport.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/flash/transport.js b/src/runtime/flash/transport.js index 9d010a1de..9badab17f 100644 --- a/src/runtime/flash/transport.js +++ b/src/runtime/flash/transport.js @@ -134,7 +134,7 @@ define([ }); xhr.on( 'error', function() { - var status = xhr.exec('getStatus'),err = status?'http-'+status:'http'; + var status = xhr.exec('getStatus'),err = status?'http-'+status:'http'; xhr.off(); me._xhr = null; me.trigger( 'error', err );