From 11bef71a1a2a4c7afb81b75c9ea173ca5fe3dc0a Mon Sep 17 00:00:00 2001 From: zhangshichun Date: Tue, 17 Oct 2017 14:40:58 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9A=B4=E9=9C=B2=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=AB=98=E5=BA=A6=E7=9A=84=E6=96=B9=E6=B3=95?= =?UTF-8?q?=EF=BC=8C=E6=96=B9=E4=BE=BF=E7=94=A8=E6=88=B7=E5=8A=A8=E6=80=81?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 6 ++++++ dist/dropload.js | 5 +++++ 2 files changed, 11 insertions(+) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/dist/dropload.js b/dist/dropload.js index 4eb3670..a2806e1 100644 --- a/dist/dropload.js +++ b/dist/dropload.js @@ -303,6 +303,11 @@ } }; + MyDropLoad.prototype.fnRecoverContentHeight=function () { + var me=this; + fnRecoverContentHeight(me); + } + // css过渡 function fnTransition(dom,num){ dom.css({ From c83771d1221168dc57d56f71051dc64c736f3992 Mon Sep 17 00:00:00 2001 From: zhangshichun Date: Tue, 17 Oct 2017 14:59:13 +0800 Subject: [PATCH 2/2] c --- .idea/vcs.xml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 94a25f7..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file