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

Commit

Permalink
Merge pull request #2368 from BelinChung/patch-1
Browse files Browse the repository at this point in the history
Update transport.js
  • Loading branch information
2betop authored May 11, 2017
2 parents bce1149 + 85be7a2 commit 092e14a
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 092e14a

Please sign in to comment.