Skip to content

Commit

Permalink
docs(scrollDelegate): freezeScroll should return a bool, not a object
Browse files Browse the repository at this point in the history
Closes #4251
  • Loading branch information
zarko-tg authored and mhartington committed Aug 31, 2015
1 parent 98ccc9d commit 165944f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/angular/service/scrollDelegate.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ IonicModule
* @name $ionicScrollDelegate#freezeScroll
* @description Does not allow this scroll view to scroll either x or y.
* @param {boolean=} shouldFreeze Should this scroll view be prevented from scrolling or not.
* @returns {object} If the scroll view is being prevented from scrolling or not.
* @returns {boolean} If the scroll view is being prevented from scrolling or not.
*/
'freezeScroll',
/**
Expand Down

0 comments on commit 165944f

Please sign in to comment.