Update kute-dev.js

This commit is contained in:
thednp 2015-08-03 18:28:28 +03:00
parent 7903fcd166
commit ae8d9d9472

View file

@ -829,7 +829,7 @@
}
};
K.Ease = {}; K.Easing = {}; K.Physics = {}; // we build nice ease objects here
K.Ease = {}; /*K.Easing = {}; K.Physics = {};*/ // we build nice ease objects here
//high performance for accuracy (smoothness) trade
K.Easing.linear = function (t) { return t; };