mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #326 from xenolf/fix-add_resource-doc
fixed documentation for add_resource
This commit is contained in:
@@ -237,7 +237,7 @@ var Bundle = function () {
|
||||
/**
|
||||
* This is the ultimate low-level API to add data to the bundle.
|
||||
*
|
||||
* type: "js", "css", "head", "body"
|
||||
* type: "js", "css", "head", "body", "static"
|
||||
*
|
||||
* where: an environment, or a list of one or more environments
|
||||
* ("client", "server", "tests") -- for non-JS resources, the only
|
||||
|
||||
Reference in New Issue
Block a user