Development

Changeset 15377

You must first sign up to be able to contribute.

Changeset 15377

Show
Ignore:
Timestamp:
02/09/09 21:28:39 (4 years ago)
Author:
KRavEN
Message:

Bugfix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfExtjs2Plugin/trunk/config/config.php

    r12073 r15377  
    5858  array( 
    5959    'key'   => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope', 'key', 'parentPanel', 'handler'), 
    60     'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{', 'this.') 
     60    //'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{', 'this.'), 
     61    'value' => array('true', 'false', 'new', 'function', 'Ext.', '__(', '{', 'this.') 
    6162  ) 
    6263);