fixed a really fun bug...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-05-27 00:57:48 +03:00
parent 9a487c86e6
commit 2c58605dc1

View File

@ -51,7 +51,7 @@ var BoundsIndicatorsActions = actions.Actions({
if(indicator.length == 0){
indicator = $('<div>')
.addClass(cls.replace('.', '') +' '+ this.tag)
.addClass(cls.replace('.', ''))
.appendTo(this.ribbons.viewer)
}