Changeset 9136
- Timestamp:
- 07/01/08 19:38:19 (5 months ago)
- Files:
-
- apps/modules/trunk/core/String.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/modules/trunk/core/String.js
r8714 r9136 357 357 358 358 /** 359 * function repeats a string passed as argument359 * function repeats a string the specified amount of times 360 360 * @param Int amount of repetitions 361 361 * @return String resulting string