Merge branch 'master' into Astro

This commit is contained in:
2015-11-24 19:33:47 +08:00
5 changed files with 37 additions and 0 deletions

View File

@@ -6,3 +6,6 @@ System.Global.debug;
/** @type {Boolean} */
System.Global.IE;
/** @type {Boolean} */
System.Global.SECURE_HTTP;

View File

@@ -7,3 +7,5 @@ System.utils.objGetProp;
System.utils.objSearch;
/** @type {Function} */
System.utils.objMap;
/** @type {Function} */
System.utils.siteProto;