X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Finternal%2FPropertyRangeManager.cs;h=f20f3e0f1d3161ba06d0e90bb0a3d0237170e02a;hb=fc16884c591d4161bce1d0fdc979fc25706feb54;hp=7216b8efc62f60c90fc504acebf7b79f497d95c9;hpb=f278b216d1a1b4e206cdf3b84cac33c2869aeafc;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/internal/PropertyRangeManager.cs b/src/Tizen.NUI/src/internal/PropertyRangeManager.cs index 7216b8e..f20f3e0 100755 --- a/src/Tizen.NUI/src/internal/PropertyRangeManager.cs +++ b/src/Tizen.NUI/src/internal/PropertyRangeManager.cs @@ -128,11 +128,11 @@ namespace Tizen.NUI } - public int startEventIndex; /// start of the property range - public int lastUsedEventIndex; /// last used of the property index + public int startEventIndex; // start of the property range + public int lastUsedEventIndex; // last used of the property index - public int startAnimationIndex; /// start of the property range - public int lastUsedAnimationIndex; /// last used of the property index + public int startAnimationIndex; // start of the property range + public int lastUsedAnimationIndex; // last used of the property index };