mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
Fix typo in "performance".
This commit is contained in:
@@ -102,7 +102,7 @@ Guacamole.AudioChannel.getTimestamp = function() {
|
||||
if (window.performance) {
|
||||
|
||||
if (window.performance.now)
|
||||
return window.peformance.now();
|
||||
return window.performance.now();
|
||||
|
||||
if (window.performance.webkitNow)
|
||||
return window.performance.webkitNow();
|
||||
|
Reference in New Issue
Block a user