Skip to content

Commit cf8ac71

Browse files
committed
nuked.
1 parent 2014607 commit cf8ac71

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

processing.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,9 +1656,6 @@
16561656
defaultScope.defineProperty(defaultScope, 'screenHeight',
16571657
{ get: function() { return window.innerHeight; } });
16581658

1659-
defaultScope.defineProperty(defaultScope, 'online',
1660-
{ get: function() { return true; } });
1661-
16621659
// Manage multiple Processing instances
16631660
var processingInstances = [];
16641661
var processingInstanceIds = {};

0 commit comments

Comments
 (0)