6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
/** @constructor */
|
|
System.Policy = function (){};
|
|
|
|
/** @type {Function} */
|
|
System.Policy.isOriginAllowed;
|