Experimenting with svn keywords

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@829 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-10-14 16:54:25 +00:00
parent f229d4c12e
commit 59b6e73e0b
1 changed files with 3 additions and 0 deletions

View File

@ -1494,6 +1494,9 @@ function svg_edit_setup() {
// set starting resolution (centers canvas)
setResolution(640,480);
var revnums = "$Rev$";
$('#copyright')[0].setAttribute("title", revnums);
return svgCanvas;
};