チェンジセット 631

差分発生行の前後
無視リスト:
コミット日時:
2008/06/14 02:31:55 (5 ヶ月前)
コミッタ:
yossy
ログメッセージ:

Thread(soumen): Thread#isReady を getter にし忘れてた

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/Thread/branches/soumen/src/org/libspark/thread/Thread.as

    r630 r631  
    171171                 * @see #initialize() 
    172172                 */ 
    173                 public static function isReady():Boolean 
     173                public static function get isReady():Boolean 
    174174                { 
    175175                        return _executor != null;