Skip to content
Permalink
Browse files
That should have been a string, not a number
  • Loading branch information
brandonaaron committed Mar 21, 2007
1 parent 3728a8a commit 26034c4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1537,7 +1537,7 @@ jQuery.extend({
}

return elem.filter ?
(parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() : 1;
(parseFloat( elem.filter.match(/opacity=([^)]*)/)[1] ) / 100).toString() : "1";
}

// Certain attributes only work when accessed via the old DOM 0 way

0 comments on commit 26034c4

Please sign in to comment.