Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 6f58e32

Browse files
rschmuklernaomiblack
authored andcommitted
feature(bottomSheet): add bottom sheet
Closes #277 Closes #369
1 parent 3be359c commit 6f58e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/util/util.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var SPECIAL_CHARS_REGEXP = /([\:\-\_]+(.))/g;
44
var uid = ['0','0','0'];
55

66
var Util = {
7-
now: window.performance ? angular.bind(performance, performance.now) : Date.now,
7+
now: window.performance ? angular.bind(window['performance'], performance.now) : Date.now,
88

99
/**
1010
* Checks if the specified element has an ancestor (ancestor being parent, grandparent, etc)

0 commit comments

Comments
 (0)