Skip to content

Commit

Permalink
Merge pull request video-dev#41 from cmelendez/fixes-lint-utils
Browse files Browse the repository at this point in the history
Fix small lint error (utils/xhr-loader)
  • Loading branch information
mangui committed Oct 27, 2015
2 parents a64c51d + bd742df commit 09ce21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/xhr-loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class XhrLoader {
}
}

load(url, responseType, onSuccess, onError, onTimeout, timeout, maxRetry, retryDelay, onProgress = null, frag = null) {
load(url, responseType, onSuccess, onError, onTimeout, timeout, maxRetry, retryDelay, onProgress = null) {
this.url = url;
this.responseType = responseType;
this.onSuccess = onSuccess;
Expand Down

0 comments on commit 09ce21d

Please sign in to comment.