lightbox_canvas: Fix use of unsupported const.

This commit is contained in:
Tim Abbott
2017-08-05 16:47:11 -07:00
parent f7cfd76403
commit c657db77e8

View File

@@ -43,7 +43,7 @@ var LightboxCanvas = (function () {
// wheelEvent.deltaMode is a value that describes what the unit is
// for the `deltaX`, `deltaY`, and `deltaZ` properties.
const DELTA_MODE = {
var DELTA_MODE = {
PIXEL: 0,
LINE: 1,
PAGE: 2,