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:
Jeff Schiller
2011-01-17 22:11:35 +00:00
parent 97071abd0e
commit af0599d632
5 changed files with 161 additions and 88 deletions

View File

@@ -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