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:
@@ -420,7 +420,7 @@ svgEditor.addExtension("Markers", function(S) {
|
||||
}
|
||||
}
|
||||
|
||||
function getTitle(lang,id) {
|
||||
function getTitle(lang, id) {
|
||||
var i, list = lang_list[lang];
|
||||
for (i in list) {
|
||||
if (list.hasOwnProperty(i) && list[i].id == id) {
|
||||
|
||||
Reference in New Issue
Block a user