'use strict' everywhere

This commit is contained in:
Artur Adib 2011-10-25 18:18:22 -07:00
parent 0aae9ef880
commit e71b6188c6
20 changed files with 79 additions and 9 deletions

View file

@ -1,5 +1,8 @@
// <canvas> contexts store most of the state we need natively.
// However, PDF needs a bit more state, which we store here.
'use strict';
var CanvasExtraState = (function canvasExtraState() {
function constructor(old) {
// Are soft masks and alpha values shapes or opacities?