Changeset 238 for gssim_ui/branches/vine


Ignore:
Timestamp:
04/11/12 14:15:35 (13 years ago)
Author:
mcichenski
Message:

removed alerts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/experiment/ExperimentProperties.as

    r102 r238  
    22{        
    33        import gssim.gssimstudio.db.dao.data.Experiment; 
    4         import mx.controls.Alert; 
    54         
    65        /** 
     
    139138                public function setGlobal(item : Object) : void 
    140139                { 
    141                         Alert.show(item.data); 
    142140                        properties[gridSchedulingPlugin] = item.data; 
    143141                        global = item.label; 
     
    146144                public function setLocal(item : Object) : void 
    147145                { 
    148                         Alert.show(item.label); 
    149146                        properties[localAllocPolicyPlugin] = item.data; 
    150147                        local = item.label; 
Note: See TracChangeset for help on using the changeset viewer.