You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/fx/easing.js

11 lines
307 B
JavaScript

dojo.provide("dojox.fx.easing");
dojo.deprecated("dojox.fx.easing","Upgraded to Core, use dojo.fx.easing instead","2.0");
dojo.require("dojo.fx.easing");
/*=====
dojox.fx.easing = {
// summary:
// An Alias to `dojo.fx.easing`. Moved to Core in Dojo 1.2.
});
=====*/
dojox.fx.easing = dojo.fx.easing;