不要怂,就是干,撸起袖子干!

Commit 91b33835 by Jan Aagaard Meier

📝 Remove promise from API docs

1 parent 0aedb015
_This document is automatically generated based on source code comments. Please do not edit it directly, as your changes will be ignored. Please write on <a href="irc://irc.freenode.net/#sequelizejs">IRC</a>, open an issue or a create a pull request if you feel something can be improved. For help on how to write source code documentation see [JSDoc](http://usejsdoc.org) and [dox](https://github.com/tj/dox)_
\ No newline at end of file
...@@ -25,7 +25,6 @@ if (program.file) { ...@@ -25,7 +25,6 @@ if (program.file) {
{file:'lib/model.js', output: 'model'}, {file:'lib/model.js', output: 'model'},
{file:'lib/hooks.js', output: 'hooks'}, {file:'lib/hooks.js', output: 'hooks'},
{file:'lib/associations/mixin.js', output: 'associations'}, {file:'lib/associations/mixin.js', output: 'associations'},
{file:'lib/promise.js', output: 'promise'},
{file:'lib/transaction.js', output: 'transaction'}, {file:'lib/transaction.js', output: 'transaction'},
{file:'lib/data-types.js', output: 'datatypes'}, {file:'lib/data-types.js', output: 'datatypes'},
{file:'lib/deferrable.js', output: 'deferrable'} {file:'lib/deferrable.js', output: 'deferrable'}
......
...@@ -33,7 +33,6 @@ pages: ...@@ -33,7 +33,6 @@ pages:
- ['api/instance.md', 'API', 'Instance'] - ['api/instance.md', 'API', 'Instance']
- ['api/associations.md', 'API', 'Associations'] - ['api/associations.md', 'API', 'Associations']
- ['api/hooks.md', 'API', 'Hooks'] - ['api/hooks.md', 'API', 'Hooks']
- ['api/promise.md', 'API', 'Promise']
- ['api/transaction.md', 'API', 'Transaction'] - ['api/transaction.md', 'API', 'Transaction']
- ['api/datatypes.md', 'API', 'Datatypes'] - ['api/datatypes.md', 'API', 'Datatypes']
- ['api/deferrable.md', 'API', 'Deferrable'] - ['api/deferrable.md', 'API', 'Deferrable']
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!