source: Dev/branches/rest-dojo-ui/client/dojox/fx/easing.js @ 256

Last change on this file since 256 was 256, checked in by hendrikvanantwerpen, 13 years ago

Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).

File size: 375 bytes
Line 
1define(["dojo/_base/kernel", "dojo/fx/easing"],
2  function(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        dojox.fx.easing = {
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.