Browse Source

config: removed trailing spaces

Fabian Peter Hammerle 4 years ago
parent
commit
2d79f18531
1 changed files with 5 additions and 5 deletions
  1. 5 5
      config.js

+ 5 - 5
config.js

@@ -96,7 +96,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 //     globalAccountSettings
 //     globalNetworkCheckSettings
 //     globalNetworkAccountSettings
-// - lockTimeOut 
+// - lockTimeOut
 //   NOTE: used only if server supports LOCK requests
 //   This option sets the LOCK timeout value if resource locking
 //   is used (in miliseconds).
@@ -174,7 +174,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 //     %U = logged user name
 //     %u = logged user name without the @domain.com part (if present)
 //   If undefined, empty or or null then '%d/%p [%u]' is used.
-//   Examples: 
+//   Examples:
 //     hrefLabel: '%d/%p [%u]'
 //     hrefLabel: '%D/%u'
 //   This property is supported in:
@@ -187,7 +187,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 //   - true
 //     all collections will be "read-only"
 //   - array of URL encoded
-//     - collections, such as: 
+//     - collections, such as:
 //       '/caldav.php/user/calendar/'
 //       '/caldav.php/user%40domain.com/calendar/'
 //     - regexes, such as:
@@ -197,7 +197,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
 //   Examples:
 //     forceReadOnly: null
 //     forceReadOnly: true
-//     forceReadOnly: ['/caldav.php/user/calendar/', 
+//     forceReadOnly: ['/caldav.php/user/calendar/',
 //                     '/caldav.php/user/calendar2/']
 //     forceReadOnly: [new RegExp('^/.*/user/calendar[0-9]/$', 'i')]
 //   This property is supported in:
@@ -478,7 +478,7 @@ var globalNewVersionNotifyUsers=[];
 
 
 // globalDatepickerFormat
-// Set the datepicker format (see 
+// Set the datepicker format (see
 // http://docs.jquery.com/UI/Datepicker/formatDate for valid values).
 // NOTE: date format is predefined for each localization - use this option
 // ONLY if you want to use custom date format (instead of the localization