fixed function name in alpha.js

This commit is contained in:
cloudhead 2010-02-28 01:01:43 -05:00
parent 1e16d0233c
commit 1c955c8cb3

View File

@ -1,4 +1,4 @@
node.Alpha = function URL(val) {
node.Alpha = function Alpha(val) {
this.value = val;
};
node.Alpha.prototype = {