Skip to content

Commit 257505a

Browse files
committed
changes per @scott_gonzalez
1 parent 1272548 commit 257505a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build/release/release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ function abort( msg ) {
425425
function walk( methods ) {
426426
var method = methods.shift();
427427

428-
function next( ) {
428+
function next() {
429429
if ( methods.length ) {
430430
walk( methods );
431431
}

tests/unit/draggable/draggable_core.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
var el, offsetBefore, offsetAfter, dragged;
66

77
function drag(handle, dx, dy) {
8-
el.data("draggable").element;
98
offsetBefore = el.offset();
109
$(handle).simulate("drag", {
1110
dx: dx || 0,

0 commit comments

Comments
 (0)