Turn on Closure compilers SIMPLE_OPTIMIZATIONS. Slightly change how svgedit namespace is set up in each module
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1931 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -10,11 +10,9 @@
|
||||
// Dependencies:
|
||||
// None.
|
||||
|
||||
(function() {
|
||||
var svgedit = svgedit || {};
|
||||
|
||||
if (!window.svgedit) {
|
||||
window.svgedit = {};
|
||||
}
|
||||
(function() {
|
||||
|
||||
if (!svgedit.math) {
|
||||
svgedit.math = {};
|
||||
|
||||
Reference in New Issue
Block a user