Fix some strict warnings

This commit is contained in:
Vivien Nicolas 2011-08-31 00:37:39 +02:00
parent f6e14010f1
commit 76f6398e47
4 changed files with 20 additions and 13 deletions

View file

@ -569,6 +569,7 @@ var CipherTransformFactory = (function() {
};
}
error('Unknown crypto method');
return null;
}
constructor.prototype = {