Very minor: indent/clean-up

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2700 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Brett Zamir 2014-02-17 00:46:57 +00:00
parent 6fe03a595f
commit ce0e07b278
1 changed files with 38 additions and 38 deletions

View File

@ -465,7 +465,7 @@ svgEditor.addExtension("Markers", function(S) {
$.each(marker_types, function (id, v) { $.each(marker_types, function (id, v) {
var title = getTitle('en', id); var title = getTitle('en', id);
buttons.push({ buttons.push({
id:id_prefix + pos + "_" + id, id: id_prefix + pos + '_' + id,
svgicon: id, svgicon: id,
title: title, title: title,
type: 'context', type: 'context',