Removed trailing whitespace for bugfix#4400

Signed-off-by: A V Minhaz <minhazav@gmail.com>
This commit is contained in:
minhaz 2014-05-12 10:49:24 +00:00
parent 0ec8199ef7
commit 9e4be8f5bc

View File

@ -183,7 +183,7 @@ var AJAX = {
event.preventDefault();
event.stopImmediatePropagation();
}
//sometime we accidently click on a url,refresh button or back button
//operation to confirm if user want to leave page in such cases
//trigger confirm dialog
@ -194,7 +194,7 @@ var AJAX = {
break;
}
};
//triggers a confirm dialog if:
//the user has performes some operations on loaded page
//the user clicks on some link, (won't trigger for buttons)
@ -207,7 +207,7 @@ var AJAX = {
}
//reset
AJAX.alteredTargets.length = 0;
if (AJAX.active === true) {
// Cancel the old request if abortable, when the user requests
// something else. Otherwise silently bail out, as there is already