Move history-related classes out into its own JS file: history.js

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1829 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2010-10-28 03:09:19 +00:00
parent 2d9ff7a2e0
commit 7d81d66d9a
4 changed files with 336 additions and 298 deletions

View File

@@ -12,7 +12,7 @@
(function() {
if (window.svgedit == undefined) {
if (!window.svgedit) {
window.svgedit = {};
}