Skip to content

Commit

Permalink
typo in jsonp
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremytubbs committed Sep 18, 2015
1 parent bce1c3d commit fbd6561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Deepzoom.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ public function createJSONP($filename, $height, $width)
xmlns: 'http://schemas.microsoft.com/deepzoom/2008',
Format: '$this->tileFormat',
Overlap: $this->tileOverlap,
TileSize: $this->tileSize
TileSize: $this->tileSize,
Size: {
Width: $width,
Height: $height
Expand Down

0 comments on commit fbd6561

Please sign in to comment.