소스 검색

Update UI.js

fix typo UI.getCredentials
j8
Thomas Odorfer 10 년 전
부모
커밋
254103e21f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/UI/UI.js

+ 1
- 1
modules/UI/UI.js 파일 보기

@@ -591,7 +591,7 @@ UI.connectionIndicatorShowMore = function(id)
591 591
     return VideoLayout.connectionIndicators[id].showMore();
592 592
 };
593 593
 
594
-UI.getCreadentials = function () {
594
+UI.getCredentials = function () {
595 595
     var settings = this.getSettings();
596 596
     return {
597 597
         bosh: document.getElementById('boshURL').value,

Loading…
취소
저장