David Greenspan
9a95568f40
Rename UI.dynamic to Template.dynamic in docs
2014-09-18 17:49:36 -07:00
Sashko Stubailo
8ee024d10b
Improve docs
2014-09-09 11:38:41 -07:00
Sashko Stubailo
cd5b987417
No more old docs!
2014-09-05 19:04:54 -07:00
Sashko Stubailo
0772306c2d
Migrate Meteor.wrapAsync
2014-09-05 18:47:58 -07:00
Sashko Stubailo
6f829b32a9
Merge branch 'devel' into jsdocfinal
...
Conflicts:
docs/client/api-box.js
docs/client/api.html
docs/client/data.js
docs/client/nameToId.js
docs/client/names.json
2014-09-05 18:43:20 -07:00
Sashko Stubailo
9d83e2a62d
Merge branch 'check' into devel
...
Conflicts:
docs/client/data.js
docs/client/link-redirect.js
2014-09-05 18:40:08 -07:00
Sashko Stubailo
985b267195
Fix broken links
2014-09-05 18:38:53 -07:00
Sashko Stubailo
2c969270ea
Add docs for EJSON interface, attempt to remove data.js from diffs
...
Only Match.test, check, and UI.dynamic left. I can see the light!
2014-09-05 14:37:28 -07:00
Sashko Stubailo
ef14f531ae
Fix some small errors based on doc diff script
2014-09-05 11:52:59 -07:00
Ben Newman
b46e66e3ea
Make Meteor.wrapAsync official, and simplify binding.
...
Summary:
To bind the wrapped function to an object, just pass that object as the
optional second argument to Meteor.wrapAsync:
var response = Meteor.wrapAsync(HTTP.get, HTTP)("http://example.com ");
Test Plan: meteor test-packages meteor
Reviewers: emily, avital, sashko
Reviewed By: emily
CC: nim
Differential Revision: https://phabricator.meteor.com/D807
2014-09-05 11:48:21 -07:00
Sashko Stubailo
443fd8874b
Fix some package api docs
2014-09-05 09:56:22 -07:00
Sashko Stubailo
aeff585f79
Add some more doc comments
2014-09-05 09:31:41 -07:00
Sashko Stubailo
1dd43672d6
Move most of Blaze docs to autoApiBox
2014-09-04 19:20:39 -07:00
Sashko Stubailo
84f1fcace1
Fix docs and self-test
2014-08-29 11:52:33 -07:00
Sashko Stubailo
87b13e1b5a
Rename Mongo.Collection.Cursor -> Mongo.Cursor, Mongo.Collection.ObjectID -> Mongo.ObjectID
2014-08-29 10:29:01 -07:00
Sashko Stubailo
d224143c54
Rename Deps to Tracker in the docs
2014-08-27 20:20:53 -07:00
Sashko Stubailo
601fd6df5e
Fix all links
2014-08-27 10:04:53 -07:00