Skip to content

Commit

Permalink
tidyup again using TABS...
Browse files Browse the repository at this point in the history
  • Loading branch information
attozk committed Feb 17, 2014
1 parent e8a9d93 commit e62d4b1
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions js/elFinder.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,21 +382,21 @@ window.elFinder = function(node, opts) {
**/
this.customData = $.isPlainObject(this.options.customData) ? this.options.customData : {};

/**
* Any custom headers to send across every ajax request
*
* @type Object
* @default {}
**/
this.customHeaders = $.isPlainObject(this.options.customHeaders) ? this.options.customHeaders : {};

/**
* Any xhrFields to send across every ajax request
*
* @type Object
* @default {}
**/
this.xhrFields = $.isPlainObject(this.options.xhrFields) ? this.options.xhrFields : {};
/**
* Any custom headers to send across every ajax request
*
* @type Object
* @default {}
**/
this.customHeaders = $.isPlainObject(this.options.customHeaders) ? this.options.customHeaders : {};

/**
* Any xhrFields to send across every ajax request
*
* @type Object
* @default {}
**/
this.xhrFields = $.isPlainObject(this.options.xhrFields) ? this.options.xhrFields : {};

/**
* ID. Required to create unique cookie name
Expand Down

0 comments on commit e62d4b1

Please sign in to comment.