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

src: whitespace sweep

parent c2f56d53
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
BootstrapDialogModal.METHODS_TO_OVERRIDE['v3.3'] = { BootstrapDialogModal.METHODS_TO_OVERRIDE['v3.3'] = {
/** /**
* Overrided. * Overrided.
* *
* @returns {undefined} * @returns {undefined}
*/ */
setScrollbar: function () { setScrollbar: function () {
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
}, },
/** /**
* Overrided. * Overrided.
* *
* @returns {undefined} * @returns {undefined}
*/ */
resetScrollbar: function () { resetScrollbar: function () {
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
}, },
/** /**
* Overrided. * Overrided.
* *
* @returns {undefined} * @returns {undefined}
*/ */
hideModal: function () { hideModal: function () {
...@@ -149,7 +149,7 @@ ...@@ -149,7 +149,7 @@
constructor: BootstrapDialogModal, constructor: BootstrapDialogModal,
/** /**
* New function, to get the dialogs that opened by BootstrapDialog. * New function, to get the dialogs that opened by BootstrapDialog.
* *
* @returns {undefined} * @returns {undefined}
*/ */
getGlobalOpenedDialogs: function () { getGlobalOpenedDialogs: function () {
...@@ -270,7 +270,7 @@ ...@@ -270,7 +270,7 @@
/** /**
* Get dialog instance by given id. * Get dialog instance by given id.
* *
* @returns dialog instance * @returns dialog instance
*/ */
BootstrapDialog.getDialog = function (id) { BootstrapDialog.getDialog = function (id) {
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
/** /**
* Set a dialog. * Set a dialog.
* *
* @returns the dialog that has just been set. * @returns the dialog that has just been set.
*/ */
BootstrapDialog.setDialog = function (dialog) { BootstrapDialog.setDialog = function (dialog) {
...@@ -295,7 +295,7 @@ ...@@ -295,7 +295,7 @@
/** /**
* Alias of BootstrapDialog.setDialog(dialog) * Alias of BootstrapDialog.setDialog(dialog)
* *
* @param {type} dialog * @param {type} dialog
* @returns {unresolved} * @returns {unresolved}
*/ */
...@@ -327,7 +327,7 @@ ...@@ -327,7 +327,7 @@
}, },
/** /**
* To make multiple opened dialogs look better. * To make multiple opened dialogs look better.
* *
* Will be removed in later version, after Bootstrap Modal >= 3.3.0, updating z-index is unnecessary. * Will be removed in later version, after Bootstrap Modal >= 3.3.0, updating z-index is unnecessary.
*/ */
updateZIndex: function () { 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