@@ -185,15 +185,15 @@ cc.Action = cc.Class.extend(/** @lends cc.Action# */{
185
185
} ,
186
186
187
187
/**
188
- * Currently JavaScript Bindigns (JSB), in some cases, needs to use retain and release. This is a bug in JSB, <br/>
188
+ * Currently JavaScript Bindings (JSB), in some cases, needs to use retain and release. This is a bug in JSB, <br/>
189
189
* and the ugly workaround is to use retain/release. So, these 2 methods were added to be compatible with JSB. <br/>
190
190
* This is a hack, and should be removed once JSB fixes the retain/release bug.
191
191
*/
192
192
retain :function ( ) {
193
193
} ,
194
194
195
195
/**
196
- * Currently JavaScript Bindigns (JSB), in some cases, needs to use retain and release. This is a bug in JSB, <br/>
196
+ * Currently JavaScript Bindings (JSB), in some cases, needs to use retain and release. This is a bug in JSB, <br/>
197
197
* and the ugly workaround is to use retain/release. So, these 2 methods were added to be compatible with JSB. <br/>
198
198
* This is a hack, and should be removed once JSB fixes the retain/release bug.
199
199
*/
@@ -238,7 +238,7 @@ cc.Action.create = cc.action;
238
238
* @extends cc.Action
239
239
*/
240
240
cc . FiniteTimeAction = cc . Action . extend ( /** @lends cc.FiniteTimeAction# */ {
241
- //! duration in seconds
241
+ // duration in seconds
242
242
_duration :0 ,
243
243
244
244
/**
@@ -562,7 +562,7 @@ cc.Follow = cc.Action.extend(/** @lends cc.Follow# */{
562
562
*
563
563
* @param {Boolean } value
564
564
*/
565
- setBoudarySet :function ( value ) {
565
+ setBoundarySet :function ( value ) {
566
566
this . _boundarySet = value ;
567
567
} ,
568
568
0 commit comments