Browse Source

Update bootstrap-dialog.js

Andrew Ivaskevych 11 years ago
parent
commit
5c7f4b4191
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;
 
 }));