Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always

This commit is contained in:
Julian Viereck 2011-12-03 09:16:40 +01:00
parent 01d2929401
commit cf7d4503d6
3 changed files with 42 additions and 41 deletions

View file

@ -5,6 +5,8 @@
var globalScope = (typeof window === 'undefined') ? this : window;
var isWorker = (typeof window == 'undefined');
var ERRORS = 0, WARNINGS = 1, TODOS = 5;
var verbosity = WARNINGS;