Fixes typo

Proper duplicate of #488. HT to @daanmichiels.
master
Dmitry Baranovskiy 2017-01-18 11:39:57 +11:00
parent 14ff07d96a
commit dd8b5a249e
1 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved. // Copyright (c) 2017 Adobe Systems Incorporated. All rights reserved.
// //
// Licensed under the Apache License, Version 2.0 (the "License"); // Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License. // you may not use this file except in compliance with the License.
@ -140,7 +140,7 @@ var mina = (function (eve) {
- a (number) start _slave_ number - a (number) start _slave_ number
- A (number) end _slave_ number - A (number) end _slave_ number
- b (number) start _master_ number (start time in general case) - b (number) start _master_ number (start time in general case)
- B (number) end _master_ number (end time in gereal case) - B (number) end _master_ number (end time in general case)
- get (function) getter of _master_ number (see @mina.time) - get (function) getter of _master_ number (see @mina.time)
- set (function) setter of _slave_ number - set (function) setter of _slave_ number
- easing (function) #optional easing function, default is @mina.linear - easing (function) #optional easing function, default is @mina.linear