add yui3 partial definition type & add many tests file to cryptojs

This commit is contained in:
giabao
2013-11-23 14:18:29 +07:00
parent 601959508e
commit 6788ab8508
116 changed files with 3040 additions and 1 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ declare module CryptoJS{
}
interface IFormatter{
stringify(cipherParams: lib.CipherParams): string
stringify(cipherParams: lib.CipherParamsData): string
parse(s: string): lib.CipherParams
}
}