Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit d566c25e
authored
Mar 22, 2019
by
Simon Schick
Committed by
Erik Seliger
Mar 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs(data-types): fix param locations (#10586)
1 parent
7f00a55b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
1 deletions
lib/data-types.js
lib/transaction.js
lib/utils/classToInvokable.js
lib/data-types.js
View file @
d566c25
This diff is collapsed.
Click to expand it.
lib/transaction.js
View file @
d566c25
...
...
@@ -304,7 +304,7 @@ class Transaction {
}
/**
* Please {@link Transaction.LOCK}
* Please
see
{@link Transaction.LOCK}
*/
get
LOCK
()
{
return
Transaction
.
LOCK
;
...
...
lib/utils/classToInvokable.js
View file @
d566c25
...
...
@@ -6,6 +6,7 @@
*
* @param {Function} Class The class instance to wrap as invocable.
* @returns {Proxy} Wrapped class instance.
* @private
*/
function
classToInvokable
(
Class
)
{
return
new
Proxy
(
Class
,
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment