This commit is contained in:
thednp 2020-08-18 12:31:44 +00:00
parent 60950ffd02
commit 17ce738de3
4 changed files with 3 additions and 5 deletions

View file

@ -2320,7 +2320,7 @@
return pathObject;
}
catch(e){
throw TypeError(("KUTE.js - " + INVALID_INPUT + " " + e))
throw TypeError(("KUTE.js - " + invalidPathValue + " " + e))
}
}
function crossCheckCubicMorph(tweenProp){

File diff suppressed because one or more lines are too long

2
src/kute.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -372,8 +372,6 @@ var tween2 = KUTE.to('#triangle', { path: '#square' }).start();
</div>
<!-- /.site-wrapper -->
<!-- JavaScript =============================================== -->
<!-- Placed at the end of the document so the pages load faster -->