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

Commit

Permalink
feature(bottomSheet): add bottom sheet
Browse files Browse the repository at this point in the history
Closes #277
Closes #369
  • Loading branch information
rschmukler authored and naomiblack committed Oct 6, 2014
1 parent 3be359c commit 6f58e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/util/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var SPECIAL_CHARS_REGEXP = /([\:\-\_]+(.))/g;
var uid = ['0','0','0'];

var Util = {
now: window.performance ? angular.bind(performance, performance.now) : Date.now,
now: window.performance ? angular.bind(window['performance'], performance.now) : Date.now,

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

0 comments on commit 6f58e32

Please sign in to comment.