git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3728a8a
)
That should have been a string, not a number
author
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 21 Mar 2007 20:15:26 +0000
(20:15 +0000)
committer
Brandon Aaron
<brandon.aaron@gmail.com>
Wed, 21 Mar 2007 20:15:26 +0000
(20:15 +0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
0f79216
..
30396ca
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-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