diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-05-27 02:23:57 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-05-27 02:23:57 +0000 |
commit | 18ed665ae6248c7f8d57a487fc1f1bb5c7fad5fd (patch) | |
tree | 539fd32b7ca09d440152183e5f5098ef309e49e7 /ui/tests/resizable.js | |
parent | 55176967d0e9be49c88f3c30c259e440c6104621 (diff) | |
download | jquery-ui-18ed665ae6248c7f8d57a487fc1f1bb5c7fad5fd.tar.gz jquery-ui-18ed665ae6248c7f8d57a487fc1f1bb5c7fad5fd.zip |
console.log handy function fixed
Diffstat (limited to 'ui/tests/resizable.js')
-rw-r--r-- | ui/tests/resizable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tests/resizable.js b/ui/tests/resizable.js index fe16d1b7b..0ed3e1e9b 100644 --- a/ui/tests/resizable.js +++ b/ui/tests/resizable.js @@ -1,6 +1,6 @@ var console = console || { log: function(l) { - $('log').append(l + '<br/>'); + $('#log').append(l + '<br/>'); } }; |