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:
279 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/kernel", |
---|
3 | "dojox/mobile/SwapView" |
---|
4 | ], function(kernel, SwapView){ |
---|
5 | kernel.deprecated("dojox.mobile.FlippableView is deprecated", "dojox.mobile.FlippableView moved to dojox.mobile.SwapView", 1.7); |
---|
6 | dojox.mobile.FlippableView = SwapView; |
---|
7 | return SwapView; |
---|
8 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.