We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee0849a commit d3dce47Copy full SHA for d3dce47
ui/jquery.ui.dataview.js
@@ -67,7 +67,7 @@ $.widget( "ui.dataview", {
67
return Math.ceil( this.totalCount / this.options.paging.limit );
68
},
69
70
- // TODO need reasonable signatures/names for callback and error.
+ // TODO need reasonable signatures/names for callback and error.
71
refresh: function( callback, error ) {
72
this._trigger( "request" );
73
0 commit comments