Skip to content

Commit a123bf0

Browse files
committed
Removed a duplicate attribute that iPad and Linux Chrome objected to in "strict" mode.
1 parent 05fb448 commit a123bf0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

lib/glow/primitives.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,10 +1053,6 @@
10531053
get: function() { return this.canvas },
10541054
set: function(value) { throw new Error('Cannot change display of existing object')}
10551055
},
1056-
display: {
1057-
get: function() { return this.canvas },
1058-
set: function(value) { throw new Error('Cannot change display of existing object')}
1059-
},
10601056
__no_autoscale: false,
10611057
__get_extent: function (ext) {
10621058
if (this.__no_autoscale) return

0 commit comments

Comments
 (0)