examples/dialog/hello.js
authorAlan Knowles <alan@akkbhome.com>
Sun, 12 Sep 2010 07:22:23 +0000 (15:22 +0800)
committerAlan Knowles <alan@akkbhome.com>
Sun, 12 Sep 2010 07:22:23 +0000 (15:22 +0800)
examples/dialog/hello.js

index 035b315..dc44c36 100644 (file)
@@ -89,6 +89,6 @@ var HelloWorld = {
 Roo.onReady(function() {
     var showBtn = Roo.get('show-dialog-btn');
     showBtn.on('click',function () {
-        HelloWorld.show({ _el, this});
+        HelloWorld.show({ _el : this});
     });
 });
\ No newline at end of file