diff --git a/src/canvas/CanvasProvider.js b/src/canvas/CanvasProvider.js index 183fba70e1..34de971ca1 100644 --- a/src/canvas/CanvasProvider.js +++ b/src/canvas/CanvasProvider.js @@ -12,7 +12,7 @@ // TODO: Run through the canvas array to find a canvas with the requested // width / height, so we don't need to resize it? -var CanvasProvider = { +var CanvasProvider = Base.exports.CanvasProvider = { canvases: [], getCanvas: function(width, height) {