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:
337 bytes
|
Rev | Line | |
---|
[256] | 1 | define(["./main"], function(dojo) { |
---|
| 2 | // module: |
---|
| 3 | // dojo/jaxer |
---|
| 4 | // summary: |
---|
| 5 | // TODOC |
---|
| 6 | |
---|
| 7 | |
---|
| 8 | if(typeof print == "function"){ |
---|
| 9 | console.debug = Jaxer.Log.debug; |
---|
| 10 | console.warn = Jaxer.Log.warn; |
---|
| 11 | console.error = Jaxer.Log.error; |
---|
| 12 | console.info = Jaxer.Log.info; |
---|
| 13 | console.log = Jaxer.Log.warn; |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | onserverload = dojo._loadInit; |
---|
| 17 | |
---|
| 18 | return dojo; |
---|
| 19 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.