Skip to content

Commit

Permalink
deploy: 6e856bd
Browse files Browse the repository at this point in the history
  • Loading branch information
openui5bot committed Jul 16, 2023
1 parent 239069f commit 811d35b
Show file tree
Hide file tree
Showing 1,742 changed files with 21,254 additions and 10,553 deletions.
6 changes: 3 additions & 3 deletions resources/jquery-sap.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/jquery-sap.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/jquery.sap.global-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ sap.ui.define([
/**
* Root Namespace for the jQuery plug-in provided by SAP SE.
*
* @version 1.115.1
* @version 1.116.0
* @namespace
* @public
* @static
Expand Down
2 changes: 1 addition & 1 deletion resources/jquery.sap.properties-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sap.ui.define(['jquery.sap.global', 'sap/base/util/Properties'],
* {@link #setProperty} to store or change a value for a key and {@link #getKeys}
* can be used to retrieve an array of all keys that are currently stored in the collection.
*
* @version 1.115.1
* @version 1.116.0
* @since 0.9.0
* @name jQuery.sap.util.Properties
* @public
Expand Down
2 changes: 1 addition & 1 deletion resources/jquery.sap.resources-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ sap.ui.define([
* Exception: Fallback for "zh_HK" is "zh_TW" before zh.
*
* @author SAP SE
* @version 1.115.1
* @version 1.116.0
* @since 0.9.0
* @name jQuery.sap.util.ResourceBundle
* @public
Expand Down
2 changes: 1 addition & 1 deletion resources/jquery.sap.script-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ sap.ui.define([
* Use {@link jQuery.sap.getUriParameters} to create an instance of jQuery.sap.util.UriParameters.
*
* @author SAP SE
* @version 1.115.1
* @version 1.116.0
* @since 0.9.0
* @name jQuery.sap.util.UriParameters
* @public
Expand Down
4 changes: 2 additions & 2 deletions resources/jquery.sap.sjax-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ sap.ui.define(['jquery.sap.global'],
*/
jQuery.sap.sjax = function sjax(oOrigSettings) {

var oResult;

var s = jQuery.extend(true, {}, jQuery.sap.sjaxSettings, oOrigSettings,

// the following settings are enforced as this is the rightmost object in the extend call
Expand All @@ -68,8 +70,6 @@ sap.ui.define(['jquery.sap.global'],
}
});

var oResult;

jQuery.ajax(s);

if (!s.complexResult) {
Expand Down
2 changes: 1 addition & 1 deletion resources/jquery.sap.sjax.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/jquery.sap.sjax.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions resources/jquery.sap.storage-dbg.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ sap.ui.define([
* @param {string} [sIdPrefix] Prefix used for the Ids. If not set a default prefix is used.
* @returns {jQuery.sap.storage.Storage}
*
* @version 1.115.1
* @version 1.116.0
* @since 0.11.0
* @namespace
* @public
Expand Down Expand Up @@ -97,7 +97,7 @@ sap.ui.define([
* should be deleted the method {@link #removeAll} should be used.
*
* @author SAP SE
* @version 1.115.1
* @version 1.116.0
* @since 0.11.0
* @public
* @name jQuery.sap.storage.Storage
Expand Down Expand Up @@ -201,7 +201,7 @@ sap.ui.define([
* Enumeration of the storage types supported by {@link jQuery.sap.storage.Storage}
* @enum {string}
* @public
* @version 1.115.1
* @version 1.116.0
* @since 0.11.0
*/
jQuery.sap.storage.Type = Storage.Type;
Expand Down
Loading

0 comments on commit 811d35b

Please sign in to comment.