Merge pull request #8088 from Bobs13/master

Add function, which is inverse function of STSHtmlEncode
This commit is contained in:
Masahiro Wakame
2016-02-15 23:03:36 +09:00
+1
View File
@@ -182,6 +182,7 @@ declare class _spPageContextInfo {
}
declare function STSHtmlEncode(value: string): string;
declare function STSHtmlDecode(value: string): string;
declare function AddEvtHandler(element: HTMLElement, event: string, func: EventListener): void;