|
@@ -35,7 +35,7 @@ class Md5 {
|
|
|
#elseif php
|
|
|
return untyped __call__("md5", s);
|
|
|
#else
|
|
|
- return inst.doEncode(s);
|
|
|
+ return new Md5().doEncode(s);
|
|
|
#end
|
|
|
}
|
|
|
|
|
@@ -52,8 +52,6 @@ class Md5 {
|
|
|
* See http://pajhome.org.uk/site/legal.html for details.
|
|
|
*/
|
|
|
|
|
|
- static var inst = new Md5();
|
|
|
-
|
|
|
function new() {
|
|
|
}
|
|
|
|