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:
343 bytes
|
Line | |
---|
1 | define([ |
---|
2 | "dojo/window", // windowUtils.get |
---|
3 | ".." // export symbol to dijit |
---|
4 | ], function(windowUtils, dijit){ |
---|
5 | // module: |
---|
6 | // dijit/_base/window |
---|
7 | // summary: |
---|
8 | // Back compatibility module, new code should use windowUtils directly instead of using this module. |
---|
9 | |
---|
10 | dijit.getDocumentWindow = function(doc){ |
---|
11 | return windowUtils.get(doc); |
---|
12 | }; |
---|
13 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.