Browse Source

Merge pull request #50 from AndrewEastwood/patch-2

Update bootstrap-dialog.js
nakupanda 11 years ago
parent
commit
8c6da2d31c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/bootstrap-dialog.js

+ 1 - 1
js/bootstrap-dialog.js

@@ -920,6 +920,6 @@
         }).open();
     };
 
-                return BootstrapDialog;
+    return BootstrapDialog;
 
 }));