Fix mouseover for invisible annotation assistant menu below assistant bar (Again issue #55)

Change-Id: I26c1c86335f65d7a08b8a446765bda318090fb3e
diff --git a/dev/js/spec/hintSpec.js b/dev/js/spec/hintSpec.js
index 5c6c16f..f45496c 100644
--- a/dev/js/spec/hintSpec.js
+++ b/dev/js/spec/hintSpec.js
@@ -375,7 +375,7 @@
       expect(hint.active()).toBeTruthy();
 
       // Blur
-      hint.active().hideWithoutDestruction();
+      hint.active().hide();
       expect(hint.active()).toBeFalsy();
     });