source: Dev/trunk/src/client/dojox/fx/easing.js @ 532

Last change on this file since 532 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 388 bytes
Line 
1define(["dojo/_base/lang", "dojo/_base/kernel", "dojo/fx/easing"],
2  function(lang,kernel,easing){
3        kernel.deprecated("dojox.fx.easing","Upgraded to Core, use dojo.fx.easing instead","2.0");
4        var fxExt = lang.getObject("dojox.fx",true);
5        fxExt.easing = easing;
6/*=====
7        return {
8                // summary:
9                //              An Alias to `dojo.fx.easing`. Moved to Core in Dojo 1.2.
10        };
11=====*/
12        return easing;
13});
Note: See TracBrowser for help on using the repository browser.