Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit ad69224

Browse files
committed
remove unnecessary semicolon
1 parent 47b1f99 commit ad69224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sortable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ angular.module('ui.sortable', [])
1717
first(e,ui);
1818
second(e,ui);
1919
};
20-
};
20+
}
2121
return first;
2222
}
2323

0 commit comments

Comments
 (0)