diff --git a/LoaderPlugins.md b/LoaderPlugins.md index 2960fdc..2207165 100644 --- a/LoaderPlugins.md +++ b/LoaderPlugins.md @@ -131,9 +131,3 @@ The index! plugin could be written like so: }()); ``` - -## dynamic: Boolean - -If the plugin has a **dynamic** property set to true, then it means the loader MUST NOT cache the value of a normalized plugin dependency, but instead call the plugin's [load](#wiki-load) method for each instance of a plugin dependency. - -This allows some plugins to provide time or per-call dependent values. \ No newline at end of file