Changeset 7844 for trunk/docscripts/inc/DojoObject.php
- Timestamp:
- 03/29/07 17:55:03 (22 months ago)
- Files:
-
- 1 modified
-
trunk/docscripts/inc/DojoObject.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docscripts/inc/DojoObject.php
r6381 r7844 71 71 break; 72 72 } 73 if (preg_match('%^(\s*)([a-zA-Z0-9_$]+|"\s+") :%', $line, $match)) {73 if (preg_match('%^(\s*)([a-zA-Z0-9_$]+|"\s+")\s*:%', $line, $match)) { 74 74 if ($end[0] != $this->start[0] && $end[1] != $this->start[1]) { 75 75 $between_lines = Text::chop($this->package->getSource(), $end[0], $end[1], $line_number, strlen($match[1]), true);