diff options
author | Thomas BrĂ¼derli | 2008-11-11 12:10:56 +0000 |
---|---|---|
committer | Thomas BrĂ¼derli | 2008-11-11 12:10:56 +0000 |
commit | a4016e0ab074ca7432b8a01929d29c4a5505b6d8 (patch) | |
tree | 02d15eaf4b49856d5728e022639d9d7ceed1b698 /itjs/it.js | |
parent | 2373f73d5d607be77af8e18622fdad9559979386 (diff) | |
download | itools-a4016e0ab074ca7432b8a01929d29c4a5505b6d8.tar.gz itools-a4016e0ab074ca7432b8a01929d29c4a5505b6d8.tar.bz2 itools-a4016e0ab074ca7432b8a01929d29c4a5505b6d8.zip |
Add some members to undefined elements (to be used in tel-edit)
Diffstat (limited to 'itjs/it.js')
-rw-r--r-- | itjs/it.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ function it_find_obj(obj) function it_element(label) { var tmp = it_find_obj(label); - return tmp ? tmp : {style:{}, src:""}; + return tmp ? tmp : { style:{}, src:"", value:"", isundefined:true }; } /* Get an iframe's content document in a compatible way */ |