Last change
on this file since 529 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
442 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/_base/kernel", |
---|
3 | "dojo/_base/declare", |
---|
4 | "./Container" |
---|
5 | ], function(kernel, declare, Container){ |
---|
6 | |
---|
7 | kernel.deprecated("dojox/mobile/FixedSplitterPane", "Use dojox/mobile/Container instead", 2.0); |
---|
8 | |
---|
9 | // module: |
---|
10 | // dojox/mobile/FixedSplitterPane |
---|
11 | |
---|
12 | return declare("dojox.mobile.FixedSplitterPane", Container, { |
---|
13 | // summary: |
---|
14 | // Deprecated widget. Use dojox/mobile/Container instead. |
---|
15 | |
---|
16 | baseClass: "mblFixedSplitterPane" |
---|
17 | }); |
---|
18 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.