Skip to content

Commit

Permalink
Remove @Private comment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
que-etc committed Nov 2, 2016
1 parent c181e48 commit 157f37a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions dist/ResizeObserver.global.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ var ResizeObserverController = function () {
/**
* Invokes the update of observers. It will continue running updates insofar
* it detects changes or if continuous updates are enabled.
*
* @private
*/
ResizeObserverController.prototype.refresh = function refresh() {
var hasChanges = this._updateObservers();
Expand Down
2 changes: 1 addition & 1 deletion dist/ResizeObserver.global.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions dist/ResizeObserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -371,8 +371,6 @@ var ResizeObserverController = function () {
/**
* Invokes the update of observers. It will continue running updates insofar
* it detects changes or if continuous updates are enabled.
*
* @private
*/
ResizeObserverController.prototype.refresh = function refresh() {
var hasChanges = this._updateObservers();
Expand Down
2 changes: 1 addition & 1 deletion dist/ResizeObserver.min.js.map

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/ResizeObserverController.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ export default class ResizeObserverController {
/**
* Invokes the update of observers. It will continue running updates insofar
* it detects changes or if continuous updates are enabled.
*
* @private
*/
refresh() {
const hasChanges = this._updateObservers();
Expand Down

0 comments on commit 157f37a

Please sign in to comment.