チェンジセット 2887

差分発生行の前後
無視リスト:
コミット日時:
2009/07/03 01:52:01 (9 ヶ月前)
コミッタ:
dsler
ログメッセージ:

constをstatic constに変更。

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/SirdsAS3/org/libspark/dsler/SirdsAS3/RDSSupportDotPosition.as

    r2886 r2887  
    3434        public class RDSSupportDotPosition 
    3535        { 
    36                 public const TOP:String = "top"; 
    37                 public const CENTER:String = "center"; 
    38                 public const BOTTOM:String = "bottom"; 
     36                public static const TOP:String = "top"; 
     37                public static const CENTER:String = "center"; 
     38                public static const BOTTOM:String = "bottom"; 
    3939        } 
    4040}