Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 17cc39f

Browse files
committed
fix(tooltip): fix jshint error
1 parent 581161d commit 17cc39f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tooltip/test/tooltip.spec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -519,11 +519,11 @@ describe('tooltipWithDifferentSymbols', function() {
519519
var elmInput = elmBody.find('input');
520520
elmInput.trigger('focus');
521521

522-
expect elmInput.next().find('div').next().html()).toBe('My tooltip');
522+
expect(elmInput.next().find('div').next().html()).toBe('My tooltip');
523523
}));
524524
});
525525

526-
describe( 'tooltip positioning', function() {
526+
describe('tooltip positioning', function() {
527527
var elm, elmBody, elmScope, tooltipScope, scope;
528528
var $position;
529529

0 commit comments

Comments
 (0)