examples/dialog/hello.js
authorleon <leon@roojs.com>
Mon, 25 Jul 2022 02:42:03 +0000 (10:42 +0800)
committerleon <leon@roojs.com>
Mon, 25 Jul 2022 02:42:03 +0000 (10:42 +0800)
examples/dialog/hello.js

index c1bafd8..ad6d5c7 100644 (file)
@@ -99,10 +99,10 @@ var HelloWorld = {
             
     }
 };                
-
-
-// using onDocumentReady instead of window.onload initializes the application
-// when the DOM is ready, without waiting for images and other resources to load
\r
+\r
+// using onDocumentReady instead of window.onload initializes the application\r
+// when the DOM is ready, without waiting for images and other resources to load\r
 Roo.onReady(function() {
     
     Roo.get('show-dialog-btn').on('click',function () {