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

Commit

Permalink
chore(dropdown): clean up code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleycho committed Sep 14, 2015
1 parent fabf016 commit cbf2c0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dropdown/test/dropdown.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ describe('dropdownToggle', function() {

describe('integration with $location URL rewriting', function() {
function dropdown() {

// Simulate URL rewriting behavior
$document.on('click', 'a[href="#something"]', function() {
$rootScope.$broadcast('$locationChangeSuccess');
Expand Down

0 comments on commit cbf2c0d

Please sign in to comment.