浏览代码

Update index.html

nakupanda 11 年之前
父节点
当前提交
8368e22e70
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      index.html

+ 3 - 3
index.html

@@ -600,9 +600,9 @@
         BootstrapDialog.alert({
             title: 'WARNING',
             message: 'Warning! No Banana!',
-            type: BootstrapDialog.TYPE_WARNING, // <-- Default value is BootstrapDialog.TYPE_PRIMARY
-            closable: true, // <-- Default value is true
-            buttonLabel: 'Roar! Why!', // <-- Default value is 'OK',
+            type: BootstrapDialog.TYPE_WARNING,     // <-- Default value is BootstrapDialog.TYPE_PRIMARY
+            closable: true,                         // <-- Default value is true
+            buttonLabel: 'Roar! Why!',              // <-- Default value is 'OK',
             callback: function(result) {
                 // result will be true if button was click, while it will be false if users close the dialog directly.
                 alert('Result is: ' + result);