Skip to content

Commit

Permalink
[fix] Default pointerOptions value
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Aug 5, 2019
1 parent c514faf commit eae6844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justgage.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ JustGage = function(config) {

// pointerOptions : object
// define pointer look
pointerOptions: kvLookup('pointerOptions', config, dataset, [])
pointerOptions: kvLookup('pointerOptions', config, dataset, {})
};

// variables
Expand Down

0 comments on commit eae6844

Please sign in to comment.