Changeset 1032
- Timestamp:
- 08/23/08 20:36:15 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1030 r1032 985 985 /** Switches on some debugging (only in execCommand() as far as I see at the moment)<br /> 986 986 * 987 * Default: <code> true</code>987 * Default: <code>false</code> 988 988 * @type Boolean 989 989 */ 990 this.debug = true;990 this.debug = false; 991 991 992 992 this.URIs =
