Skip to content

Commit

Permalink
#0000 Release 1.1.0 20190530
Browse files Browse the repository at this point in the history
  • Loading branch information
seanox committed May 30, 2019
1 parent 2f8d3e9 commit c3dec90
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
Binary file modified releases/aspect-js-1.1.0-src.zip
Binary file not shown.
Binary file modified releases/aspect-js-1.1.0.zip
Binary file not shown.
9 changes: 4 additions & 5 deletions releases/aspect-js-1.x.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@ if (window.location.pathcontext === undefined) {
* The data is queried with XPath, the result can be concatenated and
* aggregated and the result can be transformed with XSLT.
*
* DataSource 1.0 20190520
* DataSource 1.1.0 20190520
* Copyright (C) 2019 Seanox Software Solutions
* Alle Rechte vorbehalten.
*
* @author Seanox Software Solutions
* @version 1.0 20190520
* @version 1.1.0 20190520
*/
if (typeof DataSource === "undefined") {

Expand Down Expand Up @@ -653,12 +653,12 @@ if (typeof DataSource === "undefined") {
*
* <h1 output="{{Messages['contact.title']}}"/>
*
* Messages 1.0 20190520
* Messages 1.1.0 20190520
* Copyright (C) 2019 Seanox Software Solutions
* Alle Rechte vorbehalten.
*
* @author Seanox Software Solutions
* @version 1.0 20190520
* @version 1.1.0 20190520
*/
if (typeof Messages === "undefined") {

Expand Down Expand Up @@ -5087,6 +5087,5 @@ if (typeof Test === "undefined") {
trigger.initEvent(event, bubbles, cancel);
this.dispatchEvent(trigger);
};

};
};
9 changes: 4 additions & 5 deletions releases/aspect-js.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,12 +318,12 @@ if (window.location.pathcontext === undefined) {
* The data is queried with XPath, the result can be concatenated and
* aggregated and the result can be transformed with XSLT.
*
* DataSource 1.0 20190520
* DataSource 1.1.0 20190520
* Copyright (C) 2019 Seanox Software Solutions
* Alle Rechte vorbehalten.
*
* @author Seanox Software Solutions
* @version 1.0 20190520
* @version 1.1.0 20190520
*/
if (typeof DataSource === "undefined") {

Expand Down Expand Up @@ -653,12 +653,12 @@ if (typeof DataSource === "undefined") {
*
* <h1 output="{{Messages['contact.title']}}"/>
*
* Messages 1.0 20190520
* Messages 1.1.0 20190520
* Copyright (C) 2019 Seanox Software Solutions
* Alle Rechte vorbehalten.
*
* @author Seanox Software Solutions
* @version 1.0 20190520
* @version 1.1.0 20190520
*/
if (typeof Messages === "undefined") {

Expand Down Expand Up @@ -5087,6 +5087,5 @@ if (typeof Test === "undefined") {
trigger.initEvent(event, bubbles, cancel);
this.dispatchEvent(trigger);
};

};
};

0 comments on commit c3dec90

Please sign in to comment.