mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui: change indentation of freeipa/_base/debug.js
Change to use spaces for indentation as it was the the only file which uses tabs and not spaces. Signed-off-by: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>
This commit is contained in:
committed by
Tibor Dudlák
parent
fd34877370
commit
0e9fb8ac62
@@ -19,23 +19,23 @@
|
|||||||
*/
|
*/
|
||||||
define([], function() {
|
define([], function() {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Debug module
|
* Debug module
|
||||||
*
|
*
|
||||||
* One can set flags to enable console output of various messages.
|
* One can set flags to enable console output of various messages.
|
||||||
*
|
*
|
||||||
* """
|
* """
|
||||||
* var debug = require('freeipa._base.debug');
|
* var debug = require('freeipa._base.debug');
|
||||||
* debug.provider_missing_value = true;
|
* debug.provider_missing_value = true;
|
||||||
* """
|
* """
|
||||||
*
|
*
|
||||||
* Currently used flags
|
* Currently used flags
|
||||||
*
|
*
|
||||||
* - provider_missing_value
|
* - provider_missing_value
|
||||||
*
|
*
|
||||||
* @class _base.debug
|
* @class _base.debug
|
||||||
*/
|
*/
|
||||||
return {
|
return {
|
||||||
provider_missing_value: false
|
provider_missing_value: false
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user