Browse Source

Squashed commit of the following:

commit 09252330bac0ebbbd4f6ad7a19a432534c487c0c
Merge: 99cb69b 3a49bc0
Author: Dante <javanoob@hotmail.com>
Date:   Mon Feb 16 14:56:00 2015 +0800

    Merge https://github.com/williamb1024/bootstrap3-dialog into dev10

commit 8e81ae8bbedf20d69e383c0ae5873c881cb535e2
Author: williamb <williamb@infotronics.com>
Date:   Fri Feb 13 11:32:03 2015 -0600

    Expose BootstrapDialogModal so that it can be extended by code external to BootstrapDialog
Dante 10 years ago
parent
commit
59a5ab0570
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/js/bootstrap-dialog.js

+ 2 - 0
src/js/bootstrap-dialog.js

@@ -183,6 +183,8 @@
         this.holdThisInstance();
     };
 
+    BootstrapDialog.BootstrapDialogModal = BootstrapDialogModal;
+
     /**
      *  Some constants.
      */