Skip to content

Commit ebd1cbd

Browse files
committed
Update README.md
1 parent 036a57b commit ebd1cbd

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,6 @@ The datasource object implements methods and properties to be used by the direct
105105
**Important:** Make sure to respect the `index` and `count` parameters of the request. The array passed to the success method should have
106106
exactly `count` elements unless it hit eof/bof
107107

108-
* Method `loading`
109-
110-
loading(value)
111-
112-
#### Description
113-
this is an optional method. If supplied this function will be called with a value indicating whether there is data loading request pending
114-
115-
**Deprecated:** Method `loading` is deprecated - use `is-loading` attribute instead
116-
117108
###Adapter
118109
The adapter object is an internal object created for every instance of the scroller. Properties and methods of the adapter can be used to manipulate and assess the scroller the adapter was created for. Adapter based API replaces old (undocumented) event based API introduced earlier for this purpose. The event based API is now deprecated and no longer supported.
119110

0 commit comments

Comments
 (0)