Add missing 'e'

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2681 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2014-02-10 13:46:19 +00:00
parent 6e5905370d
commit 645ab15976
1 changed files with 1 additions and 1 deletions

View File

@ -4563,7 +4563,7 @@
$('#cmenu_canvas li').disableContextMenu();
canv_menu.enableContextMenuItems('#delete,#cut,#copy');
window.addEventListener('beforeunload', function() {
window.addEventListener('beforeunload', function(e) {
if (window.localStorage) {
var name = 'svgedit-' + Editor.curConfig.canvasName;
window.localStorage.setItem(name, svgCanvas.getSvgString());