Skip to content

Commit

Permalink
Request: Typo. Fixes mikehostetler#69 - overrideMimeType typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Sep 11, 2012
1 parent afef2b7 commit a38aacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request/amplify.request.js
Expand Up @@ -133,7 +133,7 @@ amplify.request.types.ajax = function( defnSettings ) {
return xhr.getResponseHeader( key );
},
overrideMimeType: function( type ) {
return xhr.overrideMideType( type );
return xhr.overrideMimeType( type );
},
abort: function() {
aborted = true;
Expand Down

0 comments on commit a38aacf

Please sign in to comment.