diff --git a/lib/util.js b/lib/util.js index 40e6f7bdca..fc6f0d41e5 100644 --- a/lib/util.js +++ b/lib/util.js @@ -201,6 +201,7 @@ export function typeCoerceDataSet( remove: (...args) => rawDS.getDataSet().remove(...args), update: (...args) => rawDS.getDataSet().update(...args), updateOnly: (...args) => rawDS.getDataSet().updateOnly(...args), + clear : (...args) => rawDS.getDataSet().clear(...args), // Read only. forEach: coercedDS.forEach.bind(coercedDS),