From 554ab3b634b0cd640e26962845c84b898626c9ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=96=E9=B9=B0?= Date: Thu, 19 Nov 2015 11:22:25 +0800 Subject: Updates --- examples/pick-time.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/pick-time.js') 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],[ var targetOffset = [0, 0]; var placements = { - topLeft: { + bottomLeft: { points: ['tl', 'tl'], overflow: autoAdjustOverflow, offset: [0, -3], targetOffset: targetOffset }, - topRight: { + bottomRight: { points: ['tr', 'tr'], overflow: autoAdjustOverflow, offset: [0, -3], targetOffset: targetOffset }, - bottomRight: { + topRight: { points: ['br', 'br'], overflow: autoAdjustOverflow, offset: [0, 3], targetOffset: targetOffset }, - bottomLeft: { + topLeft: { points: ['bl', 'bl'], overflow: autoAdjustOverflow, offset: [0, 3], -- cgit v1.2.3