Skip to content

Commit 5fa60ca

Browse files
committed
Removing unused variable from jquery.unobtrusive-ajax
1 parent 0323f89 commit 5fa60ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/System.Web.Mvc/JavaScript/jquery.unobtrusive-ajax.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@
4242

4343
mode = (element.getAttribute("data-ajax-mode") || "").toUpperCase();
4444
$(element.getAttribute("data-ajax-update")).each(function (i, update) {
45-
var top;
46-
4745
switch (mode) {
4846
case "BEFORE":
4947
$(update).prepend(data);

0 commit comments

Comments
 (0)