Minor bug fixing.

This commit is contained in:
Paulo Gustavo Veiga
2012-02-29 18:52:07 -03:00
parent 1fefb929da
commit f704e730c9
4 changed files with 5 additions and 140 deletions

View File

@@ -293,7 +293,7 @@ mindplot.model.TopicShape =
{
RECTANGLE : 'rectagle',
ROUNDED_RECT : 'rounded rectagle',
ELIPSE : 'elipse',
ELLIPSE : 'elipse',
LINE : 'line',
IMAGE : 'image'
};