Commit 6e3b9962 authored by Travis Swicegood's avatar Travis Swicegood
Browse files

Add missing semi-colons

parent 67fd30e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@
				}
			}
		});
	}
	};
	/* Setup plugin defaults */
	$.fn.actions.defaults = {
		actionContainer: "div.actions",
@@ -135,5 +135,5 @@
		acrossClears: "div.actions span.clear",
		allToggle: "#action-toggle",
		selectedClass: "selected"
	}
	};
})(django.jQuery);