Development

Changeset 10346

You must first sign up to be able to contribute.

Changeset 10346

Show
Ignore:
Timestamp:
07/17/08 23:48:39 (5 years ago)
Author:
Leon.van.der.Ree
Message:

Add 'this.' to quote except

Files:

Legend:

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

    r10207 r10346  
    5858  array( 
    5959    'key'   => array('renderer', 'store', 'defaults', 'plugins', 'cm', 'ds', 'view', 'tbar', 'bbar', 'scope', 'key', 'parentPanel'), 
    60     'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{'
     60    'value' => array('true', 'false', 'new Ext.', 'function', 'Ext.', '__(', '{', 'this.'
    6161  ) 
    6262);