Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
rsvp.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
rsvp.js
Commits
e18484cb
Commit
e18484cb
authored
Jan 28, 2021
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Publish build version of rsvp.
parent
b2c76d2e
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
dist/commonjs/rsvp/queue.js
dist/commonjs/rsvp/queue.js
+1
-1
dist/rsvp-2.0.4.amd.js
dist/rsvp-2.0.4.amd.js
+1
-1
dist/rsvp-2.0.4.js
dist/rsvp-2.0.4.js
+1
-1
dist/rsvp-2.0.4.min.js
dist/rsvp-2.0.4.min.js
+1
-1
No files found.
dist/commonjs/rsvp/queue.js
View file @
e18484cb
...
@@ -22,7 +22,7 @@ var Queue = function(thenable) {
...
@@ -22,7 +22,7 @@ var Queue = function(thenable) {
resolved
;
resolved
;
if
(
!
(
this
instanceof
Queue
))
{
if
(
!
(
this
instanceof
Queue
))
{
return
new
Queue
();
return
new
Queue
(
thenable
);
}
}
function
canceller
()
{
function
canceller
()
{
...
...
dist/rsvp-2.0.4.amd.js
View file @
e18484cb
...
@@ -733,7 +733,7 @@ define("rsvp/queue",
...
@@ -733,7 +733,7 @@ define("rsvp/queue",
resolved
;
resolved
;
if
(
!
(
this
instanceof
Queue
))
{
if
(
!
(
this
instanceof
Queue
))
{
return
new
Queue
();
return
new
Queue
(
thenable
);
}
}
function
canceller
()
{
function
canceller
()
{
...
...
dist/rsvp-2.0.4.js
View file @
e18484cb
...
@@ -770,7 +770,7 @@ define("rsvp/queue",
...
@@ -770,7 +770,7 @@ define("rsvp/queue",
resolved
;
resolved
;
if
(
!
(
this
instanceof
Queue
))
{
if
(
!
(
this
instanceof
Queue
))
{
return
new
Queue
();
return
new
Queue
(
thenable
);
}
}
function
canceller
()
{
function
canceller
()
{
...
...
dist/rsvp-2.0.4.min.js
View file @
e18484cb
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment