Ignore:
Timestamp:
09/13/11 11:09:38 (14 years ago)
Author:
mcichenski
Message:

small fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gssim_ui/branches/vine/gssimstudio/src/web/ui/flex/app/gssim/gssimstudio/editor/gssim/editors/archive/ExperimentStatisticsWindow.mxml

    r70 r71  
    8080                { 
    8181                        parentApplication.experimentModel = parentApplication.gsSimStudioModel.resourceChartComponents['' + experiment.PK]; 
    82                         if (parentApplication.experimentModel.experimentConfiguration.hasOwnProperty('networktopologyfilename ')) 
     82                        if (parentApplication.experimentModel.experimentConfiguration.hasOwnProperty('networktopologyfilename')) 
    8383                        { 
    8484                                Alert.show("network exists"); 
Note: See TracChangeset for help on using the changeset viewer.