﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
18327	Global scope leaking in admin's actions.js	Travis Swicegood	nobody	"Inside the `action.js` file in there are a handful of functions that are defined without the proper variable declaration, so they end up in the global scope.  While in there, I also cleaned up a few issues that throw basic linters for a loop.

* There was a variable redeclared inside a callback where it was an argument (already at function scope)
* Added a few missing semi-colons
* Made the comparison for `shiftKey` an exact equals (`===` vs. `==`)

Patch is available here: https://github.com/django/django/pull/70"	Bug	closed	contrib.admin	dev	Normal	fixed	javascript		Unreviewed	1	0	0	0	1	0
