Skip to content

Commit

Permalink
Merge pull request #71 from amendiola/master
Browse files Browse the repository at this point in the history
Fixed dialogCtrl.js typo
  • Loading branch information
lmangani committed May 17, 2016
2 parents e591982 + 5b5b48c commit d8a3c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/modules/pages/controllers/dialogCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@

// RTCP
try {
if(msg.reports.lenght > 0) {
if(msg.reports.length != 0) {

var charts = {};
if(msg.reports.rtcp && msg.reports.rtcp.chart) {
Expand Down

0 comments on commit d8a3c5a

Please sign in to comment.