Skip to content

Commit

Permalink
removed unnecessary alias
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWVGG committed Sep 27, 2015
1 parent 75ae197 commit b7f986c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feature-detects/img/jpeg2000.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ define(['Modernizr', 'addTest'], function(Modernizr, addTest) {
var image = new Image();

image.onload = image.onerror = function() {
addTest('jpeg2000', image.width == 1, {aliases: ['jpeg-2000']});
addTest('jpeg2000', image.width == 1);
};

image.src = 'data:image/jp2;base64,/0//UQAyAAAAAAABAAAAAgAAAAAAAAAAAAAABAAAAAQAAAAAAAAAAAAEBwEBBwEBBwEBBwEB/1IADAAAAAEAAAQEAAH/XAAEQED/ZAAlAAFDcmVhdGVkIGJ5IE9wZW5KUEVHIHZlcnNpb24gMi4wLjD/kAAKAAAAAABYAAH/UwAJAQAABAQAAf9dAAUBQED/UwAJAgAABAQAAf9dAAUCQED/UwAJAwAABAQAAf9dAAUDQED/k8+kEAGvz6QQAa/PpBABr994EAk//9k=';
Expand Down

0 comments on commit b7f986c

Please sign in to comment.