fix couple of typos

This commit is contained in:
Mei-Hui Su 2016-01-14 12:42:02 -08:00
parent 3cfe8ecac2
commit e89d1f4c97
2 changed files with 1 additions and 3 deletions

View File

@ -395,7 +395,6 @@ $.Drawer.prototype = /** @lends OpenSeadragon.Drawer.prototype */{
this.canvas.width, this.canvas.width,
this.canvas.height this.canvas.height
); );
>>>>>>> a0a44dbeb5e3030e0acecf108efc19dbd53aaec2
this.context.restore(); this.context.restore();
}, },

View File

@ -147,7 +147,7 @@ $.TiledImage = function( options ) {
debugMode: $.DEFAULT_SETTINGS.debugMode, debugMode: $.DEFAULT_SETTINGS.debugMode,
crossOriginPolicy: $.DEFAULT_SETTINGS.crossOriginPolicy, crossOriginPolicy: $.DEFAULT_SETTINGS.crossOriginPolicy,
placeholderFillStyle: $.DEFAULT_SETTINGS.placeholderFillStyle, placeholderFillStyle: $.DEFAULT_SETTINGS.placeholderFillStyle,
opacity: $.DEFAULT_SETTINGS.opacity opacity: $.DEFAULT_SETTINGS.opacity,
compositeOperation: $.DEFAULT_SETTINGS.compositeOperation compositeOperation: $.DEFAULT_SETTINGS.compositeOperation
}, options ); }, options );
@ -1342,7 +1342,6 @@ function drawTiles( tiledImage, lastDrawn ) {
sketchScale = tile.getScaleForEdgeSmoothing(); sketchScale = tile.getScaleForEdgeSmoothing();
sketchTranslate = tile.getTranslationForEdgeSmoothing(sketchScale); sketchTranslate = tile.getTranslationForEdgeSmoothing(sketchScale);
} }
>>>>>>> a0a44dbeb5e3030e0acecf108efc19dbd53aaec2
if ( useSketch ) { if ( useSketch ) {
tiledImage._drawer._clear( true ); tiledImage._drawer._clear( true );