examples/dialog/hello.js
[roojs1] / 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