diff --git a/_includes/js/repeater.html b/_includes/js/repeater.html index b26374d6e..8af2b9407 100644 --- a/_includes/js/repeater.html +++ b/_includes/js/repeater.html @@ -565,6 +565,17 @@
The default values are { count: 0, end: 0, items: [], page: 0, pages: 1, start: 0 }
.
+ Use the dataSource
method to keep your page safe from XSS.
+
data
object argument passed to dataSource
's callback
function.cleanInput
utility while gathering your data use the data is safely encoded.