チェンジセット 758
- コミット日時:
- 2008/07/03 15:02:00 (2 ヶ月前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/GeniusFramework/samples/flex/src/jp/seagirl/sample/views/AmazonBase.as
r756 r758 21 21 override protected function updateView():void 22 22 { 23 new AmazonLoadThread().start ();23 new AmazonLoadThread().startWithData({ id: 1234 }); 24 24 //new GeniusEvent(Controller.AMAZON_LOAD).dispatch(); 25 25 }
