Woops again, left a debug alert in by accident

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@274 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-07-06 18:54:38 +00:00
parent 8537e0c35c
commit e4af0eb261
2 changed files with 14 additions and 4 deletions

View File

@@ -368,7 +368,6 @@ function svg_edit_setup() {
}
var clickBold = function(){
alert('wah?')
svgCanvas.setBold( !svgCanvas.getBold() );
updateContextPanel();
};