Skip to content
This repository has been archived by the owner on Aug 12, 2022. It is now read-only.

Commit

Permalink
fix isLongitudeAxis
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Mar 30, 2016
1 parent 074aca2 commit 72ff685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/referencing.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function getLongitudeWrapper (domain, axisName) {
* @ignore
*/
export function isLongitudeAxis (domain, axisName) {
let ref = getReferenceObject(domain, [axisName])
let ref = getReferenceObject(domain, axisName)
if (!ref) {
return false
}
Expand Down

0 comments on commit 72ff685

Please sign in to comment.