File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ UnitBezier = Utilities.createClass(
371
371
372
372
sampleY : function ( t )
373
373
{
374
- return ( ( this . _a . y * t + this . _b . y ) * t + this . _c . y ) * t ; kkkj
374
+ return ( ( this . _a . y * t + this . _b . y ) * t + this . _c . y ) * t ;
375
375
} ,
376
376
377
377
sampleDerivativeX : function ( t )
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (C) 2015-2017 Apple Inc. All rights reserved.
2
+ * Copyright (C) 2015-2019 Apple Inc. All rights reserved.
3
3
*
4
4
* Redistribution and use in source and binary forms, with or without
5
5
* modification, are permitted provided that the following conditions
@@ -400,7 +400,7 @@ UnitBezier = Utilities.createClass(
400
400
401
401
sampleY : function ( t )
402
402
{
403
- return ( ( this . _a . y * t + this . _b . y ) * t + this . _c . y ) * t ; kkkj
403
+ return ( ( this . _a . y * t + this . _b . y ) * t + this . _c . y ) * t ;
404
404
} ,
405
405
406
406
sampleDerivativeX : function ( t )
You can’t perform that action at this time.
0 commit comments