easyprintand 1.0.6 → 1.0.7

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.
@@ -154,9 +154,9 @@
154
154
 
155
155
 
156
156
 
157
- //let HTML = docType() + "<html>" + getHead() + getBody( $/ele ) + "</html>";
157
+ //let HTML = docType() + "<html>" + getHead() + getBody( $ele ) + "</html>";
158
158
 
159
- let HTML = "<html>" + getHead() + getBody( $/ele ) + "</html>";
159
+ let HTML = "<html>" + getHead() + getBody( $ele ) + "</html>";
160
160
 
161
161
 
162
162
  PADocument.write( HTML );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easyprintand",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Easily print the content of a DIV",
5
5
  "main": "EasyprintAnd.js",
6
6
  "scripts": {