Skip to content

Commit c60d2c7

Browse files
committed
Merge pull request processing-js#40 from Pomax/t1942
p.online no longer exists in P5 2.0
2 parents 1de4235 + cf8ac71 commit c60d2c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

processing.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1734,9 +1734,6 @@
17341734
defaultScope.defineProperty(defaultScope, 'screenHeight',
17351735
{ get: function() { return window.innerHeight; } });
17361736

1737-
defaultScope.defineProperty(defaultScope, 'online',
1738-
{ get: function() { return true; } });
1739-
17401737
// Manage multiple Processing instances
17411738
var processingInstances = [];
17421739
var processingInstanceIds = {};
@@ -2230,7 +2227,6 @@
22302227
var curContext,
22312228
curSketch,
22322229
drawing, // hold a Drawing2D or Drawing3D object
2233-
online = true,
22342230
doFill = true,
22352231
fillStyle = [1.0, 1.0, 1.0, 1.0],
22362232
currentFillColor = 0xFFFFFFFF,

0 commit comments

Comments
 (0)