add comments to compliments.js

This commit is contained in:
Jon Heller 2015-10-23 17:01:53 -04:00
parent 8f3a114bc2
commit 4b520f842a

View File

@ -11,6 +11,9 @@ var compliments = {
intervalId: null intervalId: null
}; };
/**
* Changes the compliment visible on the screen
*/
compliments.updateCompliment = function () { compliments.updateCompliment = function () {
var _list = []; var _list = [];