Changeset 204
- Timestamp:
- 05/30/07 19:50:59 (2 years ago)
- Files:
-
- trunk/common/Template.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/common/Template.js
r198 r204 100 100 // commands that effect flow 101 101 102 var cmd = source.substring( start + 1, end ).match( /^\s +?(\w+)/ );102 var cmd = source.substring( start + 1, end ).match( /^\s*(\w+)/ ); 103 103 if ( cmd ) { 104 104 cmd = cmd[ 1 ];
