mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -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:
parent
fd34877370
commit
0e9fb8ac62
@ -19,23 +19,23 @@
|
||||
*/
|
||||
define([], function() {
|
||||
|
||||
/**
|
||||
* Debug module
|
||||
*
|
||||
* One can set flags to enable console output of various messages.
|
||||
*
|
||||
* """
|
||||
* var debug = require('freeipa._base.debug');
|
||||
* debug.provider_missing_value = true;
|
||||
* """
|
||||
*
|
||||
* Currently used flags
|
||||
*
|
||||
* - provider_missing_value
|
||||
*
|
||||
* @class _base.debug
|
||||
*/
|
||||
return {
|
||||
provider_missing_value: false
|
||||
};
|
||||
/**
|
||||
* Debug module
|
||||
*
|
||||
* One can set flags to enable console output of various messages.
|
||||
*
|
||||
* """
|
||||
* var debug = require('freeipa._base.debug');
|
||||
* debug.provider_missing_value = true;
|
||||
* """
|
||||
*
|
||||
* Currently used flags
|
||||
*
|
||||
* - provider_missing_value
|
||||
*
|
||||
* @class _base.debug
|
||||
*/
|
||||
return {
|
||||
provider_missing_value: false
|
||||
};
|
||||
});
|
Loading…
Reference in New Issue
Block a user