Skip to content

Commit

Permalink
fixed problem with unbound performance object in Chrome + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
WebReflection committed Aug 17, 2012
1 parent 1c1a5f4 commit fdd0b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/preciseTime.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
* https://github.com/WebReflection/preciseTime
* --------------------------------------------- */

// JSC has it right, kudos!
!function(exports){
var preciseTime = exports.preciseTime;
// JSC has it right, kudos!
if (!preciseTime) {
// all possibilities + inline "does it work?" check
try {
Expand Down
2 changes: 1 addition & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
* https://github.com/WebReflection/preciseTime
* --------------------------------------------- */

// JSC has it right, kudos!
!function(exports){
var preciseTime = exports.preciseTime;
// JSC has it right, kudos!
if (!preciseTime) {
// all possibilities + inline "does it work?" check
try {
Expand Down

0 comments on commit fdd0b0c

Please sign in to comment.