Skip to content

Commit 791801a

Browse files
committed
Changed DetectZoom to detectZoom since this is not a class
1 parent e43322f commit 791801a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detect-zoom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
root[ns] = factory(ns, root);
1717
}
1818

19-
}(window, 'DetectZoom', function (ns, root) {
19+
}(window, 'detectZoom', function (ns, root) {
2020
/**
2121
* Use devicePixelRatio if supported by the browser
2222
* @return {Number}

0 commit comments

Comments
 (0)