Fixing documentation warnings.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -149,7 +149,7 @@ function hangup() {
|
||||
window.location.pathname = "/";
|
||||
}, 3000);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
if (Feedback.feedbackScore > 0) {
|
||||
Feedback.openFeedbackWindow();
|
||||
|
||||
@@ -94,7 +94,7 @@ var CallStats = {
|
||||
', "comment": "' + detailedFeedback + '"}';
|
||||
|
||||
var feedbackJSON = JSON.parse(feedbackString);
|
||||
|
||||
|
||||
callStats.sendUserFeedback(
|
||||
this.confID, feedbackJSON);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user