source: EDIS/tags/ed/tracking-ui-core/src/main/flex/gov/va/med/edp/model/DebugModel.as@ 1240

Last change on this file since 1240 was 1240, checked in by George Lilly, 13 years ago

new version from the VA

File size: 235 bytes
Line 
1/*DebugModel.as*/
2
3package gov.va.med.edp.model
4{
5 import mx.collections.ArrayCollection;
6
7
8
9 [Bindable]
10 public class DebugModel
11 {
12
13 public var cspServiceCallList: ArrayCollection = new ArrayCollection();
14
15 }
16
17}
Note: See TracBrowser for help on using the repository browser.