Ignore:
Timestamp:
03/22/10 09:40:42 (14 years ago)
Author:
patdui
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ComponentRegistry/trunk/ComponentBrowserGui/src/main/flex/clarin/cmdi/componentregistry/editor/EditorManager.as

    r238 r264  
    88
    99                private static var _isocatSearchPopUp:IsocatSearchPopUp;
    10                 private static var _valueSchemePopUp:ValueSchemePopUp;
    1110
    1211                public static function getIsocatSearchPopUp():IsocatSearchPopUp {
     
    1716                }
    1817
    19                 public static function getValueSchemePopUp():ValueSchemePopUp {
    20                         if (!_valueSchemePopUp) {
    21                                 _valueSchemePopUp = new ValueSchemePopUp();
    22                         }
    23                         return _valueSchemePopUp;
    24                 }
    25 
    2618        }
    2719}
Note: See TracChangeset for help on using the changeset viewer.