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,11 +1,11 @@
// 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.
// You may obtain a copy of the License at // You may obtain a copy of the License at
// //
// http://www.apache.org/licenses/LICENSE-2.0 // http://www.apache.org/licenses/LICENSE-2.0
// //
// Unless required by applicable law or agreed to in writing, software // Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS, // distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -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
@ -353,4 +353,4 @@ var mina = (function (eve) {
}; };
window.mina = mina; window.mina = mina;
return mina; return mina;
})(typeof eve == "undefined" ? function () {} : eve); })(typeof eve == "undefined" ? function () {} : eve);