[Pkg-javascript-commits] [pdf.js] 102/210: Removing old TODOs and comments from jasmine.js
David Prévot
taffit at moszumanska.debian.org
Thu Jun 5 14:21:06 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch upstream
in repository pdf.js.
commit a762c9f3c6b19251d2d7211cfba3c1c06bf07bf5
Author: Tim van der Meij <timvandermeij at gmail.com>
Date: Thu May 8 22:45:30 2014 +0200
Removing old TODOs and comments from jasmine.js
---
external/jasmine/jasmine.js | 7 -------
1 file changed, 7 deletions(-)
diff --git a/external/jasmine/jasmine.js b/external/jasmine/jasmine.js
index 8bba926..adf9859 100644
--- a/external/jasmine/jasmine.js
+++ b/external/jasmine/jasmine.js
@@ -458,8 +458,6 @@ if (isCommonJS) exports.spyOn = spyOn;
/**
* Creates a Jasmine spec that will be added to the current suite.
*
- * // TODO: pending tests
- *
* @example
* it('should be true', function() {
* expect(true).toEqual(true);
@@ -563,11 +561,6 @@ if (isCommonJS) exports.afterEach = afterEach;
* are accessible by calls to beforeEach, it, and afterEach. Describe blocks can be nested, allowing for specialization
* of setup in some tests.
*
- * @example
- * // TODO: a simple suite
- *
- * // TODO: a simple suite with a nested describe block
- *
* @param {String} description A string, usually the class under test.
* @param {Function} specDefinitions function that defines several specs.
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list