Index: branches/MwEmbedStandAlone/modules/SmilPlayer/mw.SmilAnimate.js |
— | — | @@ -231,7 +231,7 @@ |
232 | 232 | * @param {Element} smilImgElement The smil element to search for child animate |
233 | 233 | * @param {float} animateTime The target animation time |
234 | 234 | * @param {function=} callback Optional function to call with elements in range. |
235 | | - * return @bollean true if animate elements are in range false if none found |
| 235 | + * return boolean true if animate elements are in range false if none found |
236 | 236 | */ |
237 | 237 | getSmilAnimateInRange: function( smilImgElement, animateTime, callback ){ |
238 | 238 | var _this = this; |