Changes to Makefile so things build better. Start on a python script for releasing the HTML file
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1929 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -8,6 +8,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
// Dependencies
|
||||
// 1) jQuery
|
||||
// 2) svgcanvas.js
|
||||
// 3) svg-editor.js
|
||||
|
||||
var svgEditor = (function($, Editor) {
|
||||
|
||||
var lang_param;
|
||||
@@ -47,7 +52,6 @@ var svgEditor = (function($, Editor) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Editor.readLang = function(langData) {
|
||||
var more = Editor.canvas.runExtensions("addlangData", lang_param, true);
|
||||
$.each(more, function(i, m) {
|
||||
@@ -133,9 +137,7 @@ var svgEditor = (function($, Editor) {
|
||||
|
||||
svginfo_grid_settings: config.grid,
|
||||
svginfo_snap_onoff: config.snapping_onoff,
|
||||
svginfo_snap_step: config.snapping_stepsize,
|
||||
|
||||
|
||||
svginfo_snap_step: config.snapping_stepsize
|
||||
}, true);
|
||||
|
||||
// Shape categories
|
||||
|
||||
Reference in New Issue
Block a user