Skip to content

Commit 3d37b8e

Browse files
Merge branch 'master' of github.com:sstephenson/prototype
2 parents 9ca2e6a + 0aea75b commit 3d37b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prototype/dom/dom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3006,7 +3006,7 @@
30063006
if (value < 0.00001) value = 0;
30073007

30083008
style.filter = stripAlphaFromFilter_IE(filter) +
3009-
'alpha(opacity=' + (value * 100) + ')';
3009+
' alpha(opacity=' + (value * 100) + ')';
30103010

30113011
return element;
30123012
}

0 commit comments

Comments
 (0)