Use 'var' at top level consistently.

This has no effect but is stylistically consistent.

(imported from commit 71d7f615ea140195cc5081fb331677bc5d856fed)
This commit is contained in:
Keegan McAllister
2012-09-06 12:51:25 -04:00
parent 8f1cee0b88
commit 84e618a902

View File

@@ -135,7 +135,7 @@ $(function() {
$("#personal-message form").ajaxForm(options);
});
selected_tag = '<p id="selected">&#x25b6;</p>'
var selected_tag = '<p id="selected">&#x25b6;</p>'
var allow_hotkeys = true;