Searched refs:SearchBubble (Results 1 – 1 of 1) sorted by relevance
12 function SearchBubble(text) { class14 SearchBubble.decorate(el);19 SearchBubble.decorate = function(el) {20 el.__proto__ = SearchBubble.prototype;24 SearchBubble.prototype = { class472 var bubble = new SearchBubble(text);