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

Commit 877162e

Browse files
committed
Remove unused code
1 parent ddf7ef0 commit 877162e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dist/select.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ angular.module('ui.select', [])
4242
var ctrl = this;
4343

4444
this.activate = function($event) {
45-
if ($event) $event.stopPropagation(); // Prevent bubbling
4645
$scope.open = true;
4746
// Give it time to appear before focus
4847
$timeout(function() {

src/select.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ angular.module('ui.select', [])
4242
var ctrl = this;
4343

4444
this.activate = function($event) {
45-
if ($event) $event.stopPropagation(); // Prevent bubbling
4645
$scope.open = true;
4746
// Give it time to appear before focus
4847
$timeout(function() {

0 commit comments

Comments
 (0)