Skip to content

Commit

Permalink
fix es6 def
Browse files Browse the repository at this point in the history
  • Loading branch information
dlasky committed Mar 4, 2016
1 parent 0e8a4c8 commit eaf599a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/js/request.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
this.fire('progress', detail);
},

_getProgressDetail(e) {
_getProgressDetail: function(e) {
var current = DataUtils.isDef(e.loaded) ? e.loaded : e.position;
var total = DataUtils.isDef(e.total) ? e.total : e.totalSize;

Expand Down

0 comments on commit eaf599a

Please sign in to comment.