[Pkg-javascript-commits] [backbone] 31/173: Fix indention in tests
Jonas Smedegaard
dr at jones.dk
Wed Aug 31 07:43:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository backbone.
commit 2984d95a850e32b83c8a4fac34d7e840b7053ba6
Author: Jordan Eldredge <jordan at jordaneldredge.com>
Date: Wed Oct 7 08:57:41 2015 -0700
Fix indention in tests
---
test/collection.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/collection.js b/test/collection.js
index eb00fe1..8bfc568 100644
--- a/test/collection.js
+++ b/test/collection.js
@@ -1332,7 +1332,7 @@
assert.equal(collection.first().get('a'), 1);
});
-QUnit.test("#1894 - `sort` can optionally be turned off", function(assert) {
+ QUnit.test("#1894 - `sort` can optionally be turned off", function(assert) {
assert.expect(0);
var Collection = Backbone.Collection.extend({
comparator: 'id',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/backbone.git
More information about the Pkg-javascript-commits
mailing list