Skip to content

Commit

Permalink
Merge pull request #60 from mejackreed/redefine-method
Browse files Browse the repository at this point in the history
rework method def
  • Loading branch information
mejackreed authored Feb 8, 2017
2 parents ee216c2 + 4071d3f commit 481884a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leaflet-iiif.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ L.TileLayer.Iiif = L.TileLayer.extend({
}
}

ceilLog2 = function(x) {
function ceilLog2(x) {
return Math.ceil(Math.log(x) / Math.LN2);
};

Expand Down

0 comments on commit 481884a

Please sign in to comment.