X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=docs%2Fcontent%2Fshared-javascript-and-cpp-documentation%2Fscript-overview.md;h=f02f5577639c81506ceb7a4ac6358ef93511273e;hb=fe706c2b9e0a2ce31c91317dd6749faecef6d92e;hp=4f64f72158eb083c386cb1e44792a879987b1a38;hpb=50d843882558af89d8f90f0a01a2000bd03c08da;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/docs/content/shared-javascript-and-cpp-documentation/script-overview.md b/docs/content/shared-javascript-and-cpp-documentation/script-overview.md index 4f64f72..f02f557 100644 --- a/docs/content/shared-javascript-and-cpp-documentation/script-overview.md +++ b/docs/content/shared-javascript-and-cpp-documentation/script-overview.md @@ -14,7 +14,7 @@ DALi has: - JavaScript to support: - Rapid Application Development - Hybrid C++/JavaScript applications - - Leaverage third party JavaScript modules (backbone.js etc) + - Leverage third party JavaScript modules (backbone.js etc) JSON support is built in to DALi. @@ -38,7 +38,7 @@ JSON file contains different sections: - **Templates** actor & control tree creation - **Styles** used to style actor & control trees - **Animations** -- **Instances** of objects for path, shaderEffects, renderTasks, frameBuffers +- **Instances** of objects for path, renderTasks, frameBuffers - **Stage**. A list of actors / controls that can be added to the stage - **Constants** (e.g. positions / colors, that can be references by other parts of the JSON file); - **Actions** @@ -262,4 +262,4 @@ script.ExecuteFile( scriptFileName ); @class _Guide_JSON_and_JavaScript_overview -*/ \ No newline at end of file +*/