1
- ; (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
1
+ (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
2
2
// build script for generating processing.js
3
3
4
4
var Browser = {
@@ -25,7 +25,7 @@ window.Processing = require('./src/')(Browser);
25
25
},{"./src/":27}],2:[function(require,module,exports){
26
26
module.exports={
27
27
"name": "Processing.js",
28
- "version": "1.4.6 ",
28
+ "version": "1.4.7 ",
29
29
"dependencies": {
30
30
"argv": "~0.0.2",
31
31
"browserify": "~2.18.1",
@@ -9409,7 +9409,7 @@ module.exports = function setupParser(Processing, options) {
9409
9409
var n = t.screenY;
9410
9410
window.onmousemove = function (t) {
9411
9411
e.wrapper.style.height = parseFloat(e.divheight) + (n - t.screenY) + "px";
9412
- e.javaconsole.style.height = parseFloat(e.divheight) + (n - t.screenY) - 10 + "px"
9412
+ e.javaconsole.style.height = parseFloat(e.divheight) + (n - t.screenY) - 10 + "px";
9413
9413
};
9414
9414
window.onmouseup = function (t) {
9415
9415
if (document.selection) document.selection.empty();
@@ -9432,7 +9432,7 @@ module.exports = function setupParser(Processing, options) {
9432
9432
//if (e.BufferArray.length > e.BufferMax) e.BufferArray.splice(0, 1);
9433
9433
//else e.javaconsole.scrollTop = oldheight;
9434
9434
if (e.wrapper.style.visibility === "hidden") {
9435
- e.wrapper.style.visibility = "visible"
9435
+ e.wrapper.style.visibility = "visible";
9436
9436
}
9437
9437
};
9438
9438
e.println = function (t) {
@@ -21622,5 +21622,4 @@ module.exports = function buildProcessingJS(Browser, testHarness) {
21622
21622
return Processing;
21623
21623
};
21624
21624
21625
- },{"../package.json":2,"./Helpers/ObjectIterator":3,"./Helpers/PConstants":4,"./Helpers/defaultScope":5,"./Helpers/finalizeProcessing":6,"./Helpers/virtEquals":7,"./Helpers/virtHashCode":8,"./Objects/ArrayList":9,"./Objects/Char":10,"./Objects/HashMap":11,"./Objects/PFont":12,"./Objects/PMatrix2D":13,"./Objects/PMatrix3D":14,"./Objects/PShape":15,"./Objects/PShapeSVG":16,"./Objects/PVector":17,"./Objects/XMLAttribute":18,"./Objects/XMLElement":19,"./Objects/webcolors":20,"./P5Functions/JavaProxyFunctions":21,"./P5Functions/Math.js":22,"./P5Functions/commonFunctions":23,"./P5Functions/touchmouse":24,"./Parser/Parser":25,"./Processing":26}]},{},[1])
21626
- ;
21625
+ },{"../package.json":2,"./Helpers/ObjectIterator":3,"./Helpers/PConstants":4,"./Helpers/defaultScope":5,"./Helpers/finalizeProcessing":6,"./Helpers/virtEquals":7,"./Helpers/virtHashCode":8,"./Objects/ArrayList":9,"./Objects/Char":10,"./Objects/HashMap":11,"./Objects/PFont":12,"./Objects/PMatrix2D":13,"./Objects/PMatrix3D":14,"./Objects/PShape":15,"./Objects/PShapeSVG":16,"./Objects/PVector":17,"./Objects/XMLAttribute":18,"./Objects/XMLElement":19,"./Objects/webcolors":20,"./P5Functions/JavaProxyFunctions":21,"./P5Functions/Math.js":22,"./P5Functions/commonFunctions":23,"./P5Functions/touchmouse":24,"./Parser/Parser":25,"./Processing":26}]},{},[1])
0 commit comments