From 2068c142b5ef9ae7563207cbd9cf2ccacf9e0e4a Mon Sep 17 00:00:00 2001 From: Thomas Odorfer Date: Sat, 31 Jan 2015 22:45:53 +0100 Subject: [PATCH] Update UI.js fix typo getCredentials --- modules/UI/UI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/UI/UI.js b/modules/UI/UI.js index 4c67e0397..95e72d004 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -591,7 +591,7 @@ UI.connectionIndicatorShowMore = function(id) return VideoLayout.connectionIndicators[id].showMore(); }; -UI.getCreadentials = function () { +UI.getCredentials = function () { var settings = this.getSettings(); return { bosh: document.getElementById('boshURL').value,