Fixing documentation warnings.

This commit is contained in:
yanas
2015-11-06 11:48:00 -06:00
parent 333cd6f25f
commit 03018a2ead
3 changed files with 7 additions and 6 deletions
+5 -4
View File
@@ -1,7 +1,8 @@
/**
* Created by ystamcheva on 2/10/15.
/* global interfaceConfig */
/*
* Created by Yana Stamcheva on 2/10/15.
*/
/* jshint -W101 */
var messageHandler = require("./util/MessageHandler");
var callStats = require("../statistics/CallStats");
var APP = require("../../app");
@@ -106,7 +107,7 @@ var Feedback = {
feedbackDialog.goToState('detailed_feedback');
}
};
// Initialise stars to correspond to previously entered feedback.
// Init stars to correspond to previously entered feedback.
if (Feedback.feedbackScore > 0
&& index < Feedback.feedbackScore) {
Feedback.hoverStars(index);
+1 -1
View File
@@ -149,7 +149,7 @@ function hangup() {
window.location.pathname = "/";
}, 3000);
}
}
};
if (Feedback.feedbackScore > 0) {
Feedback.openFeedbackWindow();
+1 -1
View File
@@ -94,7 +94,7 @@ var CallStats = {
', "comment": "' + detailedFeedback + '"}';
var feedbackJSON = JSON.parse(feedbackString);
callStats.sendUserFeedback(
this.confID, feedbackJSON);
}