diff options
Diffstat (limited to 'examples/pick-time.js')
-rw-r--r-- | examples/pick-time.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/pick-time.js b/examples/pick-time.js index 4db7e29..09d962e 100644 --- a/examples/pick-time.js +++ b/examples/pick-time.js | |||
@@ -28685,25 +28685,25 @@ webpackJsonp([0,1],[ | |||
28685 | var targetOffset = [0, 0]; | 28685 | var targetOffset = [0, 0]; |
28686 | 28686 | ||
28687 | var placements = { | 28687 | var placements = { |
28688 | topLeft: { | 28688 | bottomLeft: { |
28689 | points: ['tl', 'tl'], | 28689 | points: ['tl', 'tl'], |
28690 | overflow: autoAdjustOverflow, | 28690 | overflow: autoAdjustOverflow, |
28691 | offset: [0, -3], | 28691 | offset: [0, -3], |
28692 | targetOffset: targetOffset | 28692 | targetOffset: targetOffset |
28693 | }, | 28693 | }, |
28694 | topRight: { | 28694 | bottomRight: { |
28695 | points: ['tr', 'tr'], | 28695 | points: ['tr', 'tr'], |
28696 | overflow: autoAdjustOverflow, | 28696 | overflow: autoAdjustOverflow, |
28697 | offset: [0, -3], | 28697 | offset: [0, -3], |
28698 | targetOffset: targetOffset | 28698 | targetOffset: targetOffset |
28699 | }, | 28699 | }, |
28700 | bottomRight: { | 28700 | topRight: { |
28701 | points: ['br', 'br'], | 28701 | points: ['br', 'br'], |
28702 | overflow: autoAdjustOverflow, | 28702 | overflow: autoAdjustOverflow, |
28703 | offset: [0, 3], | 28703 | offset: [0, 3], |
28704 | targetOffset: targetOffset | 28704 | targetOffset: targetOffset |
28705 | }, | 28705 | }, |
28706 | bottomLeft: { | 28706 | topLeft: { |
28707 | points: ['bl', 'bl'], | 28707 | points: ['bl', 'bl'], |
28708 | overflow: autoAdjustOverflow, | 28708 | overflow: autoAdjustOverflow, |
28709 | offset: [0, 3], | 28709 | offset: [0, 3], |