Skip to content

Commit 6e3b996

Browse files
committed
Add missing semi-colons
1 parent 67fd30e commit 6e3b996

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

django/contrib/admin/static/admin/js/actions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
}
125125
}
126126
});
127-
}
127+
};
128128
/* Setup plugin defaults */
129129
$.fn.actions.defaults = {
130130
actionContainer: "div.actions",
@@ -135,5 +135,5 @@
135135
acrossClears: "div.actions span.clear",
136136
allToggle: "#action-toggle",
137137
selectedClass: "selected"
138-
}
138+
};
139139
})(django.jQuery);

0 commit comments

Comments
 (0)