Very minor clean-up

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2698 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Brett Zamir
2014-02-16 03:21:15 +00:00
parent 9df09a2aab
commit b058e518ef
2 changed files with 2 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ svgEditor.addExtension("Markers", function(S) {
} }
} }
function getTitle(lang,id) { function getTitle(lang, id) {
var i, list = lang_list[lang]; var i, list = lang_list[lang];
for (i in list) { for (i in list) {
if (list.hasOwnProperty(i) && list[i].id == id) { if (list.hasOwnProperty(i) && list[i].id == id) {

View File

@@ -25,7 +25,7 @@ svgEditor.addExtension("overview_window", function() { 'use strict';
<\/div>\ <\/div>\
<\/div>"; <\/div>";
$("#sidepanels").append(propsWindowHtml); $("#sidepanels").append(propsWindowHtml);
//define dynamic animation of the view box. //define dynamic animation of the view box.
var updateViewBox = function(){ var updateViewBox = function(){
var portHeight=parseFloat($("#workarea").css("height")); var portHeight=parseFloat($("#workarea").css("height"));