Commit 9d5f6c68 authored by Franco Fichtner's avatar Franco Fichtner

src: whitespace sweep

parent c2f56d53
......@@ -106,7 +106,7 @@
BootstrapDialogModal.METHODS_TO_OVERRIDE['v3.3'] = {
/**
* Overrided.
*
*
* @returns {undefined}
*/
setScrollbar: function () {
......@@ -117,7 +117,7 @@
},
/**
* Overrided.
*
*
* @returns {undefined}
*/
resetScrollbar: function () {
......@@ -128,7 +128,7 @@
},
/**
* Overrided.
*
*
* @returns {undefined}
*/
hideModal: function () {
......@@ -149,7 +149,7 @@
constructor: BootstrapDialogModal,
/**
* New function, to get the dialogs that opened by BootstrapDialog.
*
*
* @returns {undefined}
*/
getGlobalOpenedDialogs: function () {
......@@ -270,7 +270,7 @@
/**
* Get dialog instance by given id.
*
*
* @returns dialog instance
*/
BootstrapDialog.getDialog = function (id) {
......@@ -284,7 +284,7 @@
/**
* Set a dialog.
*
*
* @returns the dialog that has just been set.
*/
BootstrapDialog.setDialog = function (dialog) {
......@@ -295,7 +295,7 @@
/**
* Alias of BootstrapDialog.setDialog(dialog)
*
*
* @param {type} dialog
* @returns {unresolved}
*/
......@@ -327,7 +327,7 @@
},
/**
* To make multiple opened dialogs look better.
*
*
* Will be removed in later version, after Bootstrap Modal >= 3.3.0, updating z-index is unnecessary.
*/
updateZIndex: function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment