[Info Bubble] Don't clobber arrow classes

#716
This commit is contained in:
Victor Woeltjen 2016-03-03 15:58:28 -08:00
parent 7e60593501
commit 071a908c10

View File

@ -85,7 +85,6 @@ define(
popup.goesUp() ? 'arw-btm' : 'arw-top',
popup.goesLeft() ? 'arw-right' : 'arw-left'
].join(' ');
scope.bubbleLayout = 'arw-top arw-left';
// Create the info bubble, now that we know how to
// point the arrow...