From 886133f135fc20f4f821fb77bb40c63db037d8e6 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Fri, 22 Apr 2016 18:54:13 -0700 Subject: [PATCH] registration: Explain skipFunction more succinctly Don't use the RL documentation for skipFunction which is wordy and not helpful, to be in keeping with the rest of this file. Change-Id: Ic72672be94537176a9aa0a138052137c9715f7cf --- docs/extension.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 370e18e274..ab0ac248a4 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -324,7 +324,7 @@ }, "skipFunction": { "type": "string", - "description": "Modules that provide fallback functionality can provide a \"skip function\". This function, if provided, will be passed along to the module registry on the client. When this module is loaded (either directly or as a dependency of another module), then this function is executed first. If the function returns true, the module will instantly be considered \"ready\" without requesting the associated module resources. The value returned here must be valid javascript for execution in a private function. It must not contain the \"function () {\" and \"}\" wrapper though." + "description": "Path to a file containing a JavaScript \"skip function\", if desired." }, "scripts": { "type": ["string", "array"], -- 2.20.1