Skip to content

Commit

Permalink
remove fake div
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereobit committed May 5, 2014
1 parent c2a7ab7 commit 749e18e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions dragend.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@
documentkeydownProxy,
windowResizeProxy,

fakeDiv,

// Default setting
defaultSettings = {
pageClass : "dragend-page",
Expand Down Expand Up @@ -348,11 +346,6 @@
this.settings.afterInitialize.call(this);
}, this), 10 );

fakeDiv = fakeDiv ? fakeDiv : setStyles(document.body.appendChild(document.createElement('div')), {
width : "1",
height: "1"
});

}

function addEventListener(container, event, callback) {
Expand Down

0 comments on commit 749e18e

Please sign in to comment.