Merge "Changed Distance Field effect effect to use new custom shaders." into devel...
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Wed, 14 Oct 2015 15:25:00 +0000 (08:25 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Wed, 14 Oct 2015 15:25:00 +0000 (08:25 -0700)
dali-toolkit/internal/builder/builder-set-property.cpp

index c78e19c..c2d77a7 100644 (file)
@@ -102,7 +102,7 @@ Vector4 HexStringToVector4( const char* s )
 /**
  * A property value type can be forced when its unknown by a disambiguation convention in the json
  * ie  "myarray": [1,2,3,4] ; would be a vector but
- *     "myarray": {'type-cast':'array', 'value':[1,2,3,4]} would be an array
+ *     "myarray": {"type-cast":"array", "value":[1,2,3,4]} would be an array
  * @param child The node whos string to search for a disambiguated type
  * @param value The value to set
  * @param overrideMap The user overriding constant map