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

Commit

Permalink
test(tooltip): remove more unused code
Browse files Browse the repository at this point in the history
Closes #1650
  • Loading branch information
Foxandxss authored and pkozlowski-opensource committed Jan 22, 2014
1 parent d9ee743 commit 594a64b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/tooltip/test/tooltip.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,7 @@ describe('tooltip', function() {
});

describe('tooltipWithDifferentSymbols', function() {
var elm,
elmBody,
scope,
elmScope;
var elmBody;

// load the tooltip code
beforeEach(module('ui.bootstrap.tooltip'));
Expand Down Expand Up @@ -441,8 +438,7 @@ describe( '$tooltipProvider', function() {
var elm,
elmBody,
scope,
elmScope,
body;
elmScope;

describe( 'popupDelay', function() {
beforeEach(module('ui.bootstrap.tooltip', function($tooltipProvider){
Expand Down

0 comments on commit 594a64b

Please sign in to comment.