Browse Source

Remove stray reference to rangeoverflow in example comment.

codeClimate
Brad Hards 8 years ago
parent
commit
7e342bd4f0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/timeline/items/pointItems.html

+ 1
- 1
examples/timeline/items/pointItems.html View File

@ -49,7 +49,7 @@
var options = {
// Set global item type. Type can also be specified for items individually
// Available types: 'box' (default), 'point', 'range', 'rangeoverflow'
// Available types: 'box' (default), 'point', 'range'
type: 'point',
showMajorLabels: false
};

Loading…
Cancel
Save