Home
last modified time | relevance | path

Searched refs:isAffine (Results 1 – 1 of 1) sorted by relevance

/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js431 ( start == "none" || isAffine( start ) ) && ( start = "" );
432 ( end == "none" || isAffine( end ) ) && ( end = "" );
517 function isAffine( matrix ) { function