Development

Changeset 3500

You must first sign up to be able to contribute.

Changeset 3500

Show
Ignore:
Timestamp:
02/18/07 11:25:13 (2 years ago)
Author:
fabien
Message:

-

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.0/lib/helper/JavascriptHelper.php

    r3497 r3500  
    991991  } 
    992992 
    993   if options[:with] && !options[:with].include?("=") 
    994     options[:with] = "'#{options[:with]}=' + value" 
    995   else 
    996     options[:with] ||= 'value' if options[:update] 
    997   end 
    998  
    999993  function _build_observer($klass, $name, $options = array()) 
    1000994  {