add deprecated variable

This commit is contained in:
andyque 2014-06-27 15:42:00 +08:00
parent bd663ac55e
commit 62e046c0d5
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ CC_DEPRECATED_ATTRIBUTE typedef LoadingBar::Direction LoadingBarType;
CC_DEPRECATED_ATTRIBUTE typedef PageView::TouchDirection PVTouchDir;
CC_DEPRECATED_ATTRIBUTE typedef RichElement::Type RichElementType;
CC_DEPRECATED_ATTRIBUTE typedef ScrollView::Direction SCROLLVIEW_DIR;
CC_DEPRECATED_ATTRIBUTE const Margin MarginZero = Margin::ZERO ;
}