Skip to content

Commit

Permalink
[PBI-1994] Update jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dchauOoyala committed Oct 25, 2016
1 parent 7f99d68 commit db37e30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions js/freewheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -985,11 +985,10 @@ OO.Ads.manager(function(_, $) {
// Getters

/**
* Getter for handlingClick, which is a state variable that denotes whether or not the player is
* currently processing a click.
* Returns whether player is handling click.
* @public
* @method Freewheel#getHandlingClick
* @returns {boolean} true if handlingClick is true. Returns, if handlingClick is false.
* @returns {boolean} true if player is handling click. Returns false, if otherwise.
*/
this.getHandlingClick = function() {
return handlingClick;
Expand Down

0 comments on commit db37e30

Please sign in to comment.