Merge pull request #2680 from vyv03354/bug767455_bxex
Reduce warning spam caused by BX/EX
This commit is contained in:
commit
129fa5661c
@ -1420,10 +1420,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
|
|||||||
// Compatibility
|
// Compatibility
|
||||||
|
|
||||||
beginCompat: function CanvasGraphics_beginCompat() {
|
beginCompat: function CanvasGraphics_beginCompat() {
|
||||||
TODO('ignore undefined operators (should we do that anyway?)');
|
// TODO ignore undefined operators (should we do that anyway?)
|
||||||
},
|
},
|
||||||
endCompat: function CanvasGraphics_endCompat() {
|
endCompat: function CanvasGraphics_endCompat() {
|
||||||
TODO('stop ignoring undefined operators');
|
// TODO stop ignoring undefined operators
|
||||||
},
|
},
|
||||||
|
|
||||||
// Helper functions
|
// Helper functions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user