Changes between Initial Version and Version 1 of Ticket #10550
- Timestamp:
- Dec 22, 2009, 9:39:12 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10550
-
Property
Status
changed from
new
toclosed
-
Property
Component
changed from
General
toDijit
-
Property
Resolution
changed from
to
invalid
-
Property
Status
changed from
-
Ticket #10550 – Description
initial v1 1 I have a dojo class ' MyClass' below :1 I have a dojo class '!MyClass' below : 2 2 3 3 {{{ … … 17 17 }}} 18 18 19 I created an object DomDocument by 'document.implementation.createDocument' then I pass it as a parameter to the constructor of MyClass, then it gives me the console.log(this.gabarit) of it is a domDocument then it gives me this error :19 I created an object !DomDocument by 'document.implementation.createDocument' then I pass it as a parameter to the constructor of MyClass, then it gives me the console.log(this.gabarit) of it is a domDocument then it gives me this error : 20 20 21 21 {{{