Guest User

Untitled

a guest
Feb 11th, 2012
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <mx:Script>
  2. <![CDATA[
  3. import com.gitrdun.connections.activecollab.ActiveCollab;
  4.  
  5. var gitr:ActiveCollab = new ActiveCollab;
  6.  
  7. [Bindable]
  8. public var gitrProjects:Array = gitr.getProjects();
  9. ]]>
  10. </mx:Script>
Advertisement
Add Comment
Please, Sign In to add comment