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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
rsvp.js
Commits
0e4d19ad
Commit
0e4d19ad
authored
Oct 17, 2012
by
Rick Waldron
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
All double quotes to single (Resolve merge conflicts)
Signed-off-by:
Rick Waldron
<
waldron.rick@gmail.com
>
parent
67b160b4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
lib/rsvp.js
lib/rsvp.js
+1
-1
tests/test-adapter.js
tests/test-adapter.js
+2
-2
No files found.
lib/rsvp.js
View file @
0e4d19ad
"
use strict
"
;
'
use strict
'
;
var
browserGlobal
=
(
typeof
window
!==
'
undefined
'
)
?
window
:
{};
var
browserGlobal
=
(
typeof
window
!==
'
undefined
'
)
?
window
:
{};
...
...
tests/test-adapter.js
View file @
0e4d19ad
"
use strict
"
;
'
use strict
'
;
var
Promise
=
require
(
"
../lib/rsvp
"
).
Promise
;
var
Promise
=
require
(
'
../lib/rsvp
'
).
Promise
;
exports
.
fulfilled
=
function
(
value
)
{
exports
.
fulfilled
=
function
(
value
)
{
var
promise
=
new
Promise
();
var
promise
=
new
Promise
();
...
...
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