Merge pull request #2680 from vyv03354/bug767455_bxex

Reduce warning spam caused by BX/EX
This commit is contained in:
Yury Delendik 2013-02-05 14:27:40 -08:00
commit 129fa5661c

View File

@ -1420,10 +1420,10 @@ var CanvasGraphics = (function CanvasGraphicsClosure() {
// Compatibility
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() {
TODO('stop ignoring undefined operators');
// TODO stop ignoring undefined operators
},
// Helper functions