Changeset 3500
- Timestamp:
- 02/18/07 11:25:13 (2 years ago)
- Files:
-
- branches/1.0/lib/helper/JavascriptHelper.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.0/lib/helper/JavascriptHelper.php
r3497 r3500 991 991 } 992 992 993 if options[:with] && !options[:with].include?("=")994 options[:with] = "'#{options[:with]}=' + value"995 else996 options[:with] ||= 'value' if options[:update]997 end998 999 993 function _build_observer($klass, $name, $options = array()) 1000 994 {