Skip to content

Commit

Permalink
fixes issue #341
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander.farkas committed Feb 8, 2017
1 parent 9619035 commit f8bcc8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/respimg/ls.respimg.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
var ascendingSort = function( a, b ) {
return a.w - b.w;
};
var regPxLength = /^\s*\d+px\s*$/;
var regPxLength = /^\s*\d+\.*\d*px\s*$/;
var reduceCandidate = function (srces) {
var lowerCandidate, bonusFactor;
var len = srces.length;
Expand Down

0 comments on commit f8bcc8c

Please sign in to comment.