Skip to content

Commit

Permalink
Merge pull request #25 from csnover/master
Browse files Browse the repository at this point in the history
Remove dynamic option from loader plugins
  • Loading branch information
jrburke committed Jan 9, 2015
2 parents 0e057fc + 67486d6 commit 1bc6d4b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions LoaderPlugins.md
Expand Up @@ -131,9 +131,3 @@ The index! plugin could be written like so:

}());
```

## dynamic: Boolean <a name="dynamic"></a>

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.

0 comments on commit 1bc6d4b

Please sign in to comment.