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
Romain Courteaud
rsvp.js
Commits
461e814f
Commit
461e814f
authored
Apr 23, 2013
by
Stefan Penner
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #72 from teddyzeenny/fix-tests
Fix tests syntax error
parents
a5212b0a
a7f93c16
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
221 additions
and
223 deletions
+221
-223
browser/rsvp.js
browser/rsvp.js
+220
-220
browser/rsvp.min.js
browser/rsvp.min.js
+1
-1
tests/extension-tests.js
tests/extension-tests.js
+0
-2
No files found.
browser/rsvp.js
View file @
461e814f
This diff is collapsed.
Click to expand it.
browser/rsvp.min.js
View file @
461e814f
This diff is collapsed.
Click to expand it.
tests/extension-tests.js
View file @
461e814f
...
...
@@ -22,8 +22,6 @@ describe("RSVP extensions", function() {
aDefer
.
resolve
(
promiseA
);
});
});
});
});
describe
(
"
Promise constructor
"
,
function
()
{
it
(
'
should exist and have length 1
'
,
function
()
{
...
...
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