Skip to content

Commit ed5b789

Browse files
author
Stefan Sträßer
committed
v4.9.1 release
fixed typo in js files of folder es6module
1 parent 50fd342 commit ed5b789

23 files changed

+21
-479
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGELOG
22

3+
### Version 4.9. *released 2019-12-11*
4+
5+
This release fixes a typo in the js files of folder `es6module`. Other files are not affected.
6+
37
### Version 4.9.0 *released 2019-12-10*
48

59
+ **bugfix** in option `onwindowresize`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![license MIT](https://img.shields.io/badge/license-MIT-blue.svg) [![npm version](https://badge.fury.io/js/jspanel4.svg)](https://badge.fury.io/js/jspanel4) [![npm](https://img.shields.io/npm/dt/express.svg)](https://www.npmjs.com/package/jspanel4) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/jsPanel/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
22

3-
## [jsPanel 4.9.0 released 2019-12-10](#)
3+
## [jsPanel 4.9.1 released 2019-12-11](#)
44

55
<img src="https://res.cloudinary.com/stefanstraesser-eu/image/upload/v1558601426/jsPanel4.7.0-sample-panels-1920_yzobd9.jpg">
66

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jspanel4x",
3-
"version": "4.9.0",
3+
"version": "4.9.1",
44
"authors": [
55
"Stefan Straesser <info@jspanel.de> (http://jspanel.de/)"
66
],

dist/jspanel.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) { for (var i = 0, arr
1212
function _typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
1313

1414
var jsPanel = {
15-
version: '4.9.0',
16-
date: '2019-12-10 11:00',
15+
version: '4.9.1',
16+
date: '2019-12-11 17:13',
1717
ajaxAlwaysCallbacks: [],
1818
autopositionSpacing: 4,
1919
closeOnEscape: function () {

dist/jspanel.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6module/extensions/contextmenu/jspanel.contextmenu.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,3 @@ if (!jsPanel.contextmenu) {
115115
});
116116

117117
}
118-
119-
// Add CommonJS module exports, so it can be imported using require() in Node.js
120-
// https://nodejs.org/docs/latest/api/modules.html
121-
if (typeof module !== 'undefined') {
122-
module.exports = jsPanel;
123-
}

es6module/extensions/contextmenu/jspanel.contextmenu.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6module/extensions/dock/jspanel.dock.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,3 @@ dockPanel.getVersion = function () { return '1.1.1'; };
176176
dockPanel.getDate = function () { return '2019-05-18 09:40'; };
177177

178178
jsPanel.extend({ dock: dockPanel });
179-
180-
// Add CommonJS module exports, so it can be imported using require() in Node.js
181-
// https://nodejs.org/docs/latest/api/modules.html
182-
if (typeof module !== 'undefined') {
183-
module.exports = jsPanel;
184-
}

es6module/extensions/dock/jspanel.dock.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

es6module/extensions/hint/jspanel.hint.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,3 @@ if (!jsPanel.hint) {
3939
};
4040

4141
}
42-
43-
// Add CommonJS module exports, so it can be imported using require() in Node.js
44-
// https://nodejs.org/docs/latest/api/modules.html
45-
if (typeof module !== 'undefined') {
46-
module.exports = jsPanel;
47-
}

0 commit comments

Comments
 (0)