Removed "window."

This commit is contained in:
Safia Abdalla 2015-12-21 12:18:15 -06:00
parent 57360754b4
commit dc69a03bfa

View File

@ -122,7 +122,7 @@ define(function(require){
*/ */
var onResult = function(node, query, result, resultCount) { var onResult = function(node, query, result, resultCount) {
if (resultCount == 1) { if (resultCount == 1) {
window.requestAnimationFrame(function() { requestAnimationFrame(function() {
$('.typeahead-list > li:nth-child(2)').addClass('active'); $('.typeahead-list > li:nth-child(2)').addClass('active');
}); });
} }