Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Update transport.js
Browse files Browse the repository at this point in the history
 typo 使用半角分号替换全角分号
  • Loading branch information
BelinChung authored Apr 21, 2017
1 parent 5ba5c80 commit 85be7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/flash/transport.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 85be7a2

Please sign in to comment.