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

Commit

Permalink
chore(dropdown): remove unused var
Browse files Browse the repository at this point in the history
Closes #2023
  • Loading branch information
philippd authored and Foxandxss committed Apr 6, 2014
1 parent 3b6ab25 commit f48e433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dropdown/dropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module('ui.bootstrap.dropdown', [])
})

.service('dropdownService', ['$document', function($document) {
var self = this, openScope = null;
var openScope = null;

this.open = function( dropdownScope ) {
if ( !openScope ) {
Expand Down

0 comments on commit f48e433

Please sign in to comment.