Terminating unterminated statements in various JS files.

This commit is contained in:
antisnatchor
2012-05-22 13:38:28 +01:00
parent 2bad801c80
commit 1282831af1
7 changed files with 63 additions and 67 deletions

View File

@@ -78,10 +78,10 @@ beef.logger = {
);
document.body.oncopy = function() {
setTimeout("beef.logger.copy();", 10);
}
};
document.body.oncut = function() {
setTimeout("beef.logger.cut();", 10);
}
};
document.body.onpaste = function() {
beef.logger.paste();
}