pixl-xyapp 2.1.15 → 2.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /*! HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */
1
+ /* HTML5 Boilerplate v7.1.0 | MIT License | https://html5boilerplate.com/ */
2
2
 
3
3
  /* main.css 1.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
4
4
  /*
package/css/normalize.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
1
+ /* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
2
2
 
3
3
  /* Document
4
4
  ========================================================================== */
package/js/dialog.js CHANGED
@@ -7,6 +7,7 @@ var Dialog = {
7
7
  clickBlock: false,
8
8
  progress: null,
9
9
  onHide: null,
10
+ onDragDrop: null,
10
11
 
11
12
  show: function(html, click_block) {
12
13
  // show dialog, auto-size and center
@@ -99,6 +100,8 @@ var Dialog = {
99
100
  this.onHide = null;
100
101
  callback();
101
102
  }
103
+
104
+ this.onDragDrop = null;
102
105
  }
103
106
  },
104
107
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixl-xyapp",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "Front-end web application and theme for xyOps.",
5
5
  "author": "Joseph Huckaby <jhuckaby@pixlcore.com>",
6
6
  "homepage": "https://github.com/pixlcore/pixl-xyapp",