Update vendors.

Former-commit-id: cdd10877e964b62eb73747fbaec5f7eda6ace599
This commit is contained in:
John-David Dalton
2012-11-17 23:50:15 -08:00
parent 155f0a9736
commit ca7f36506c
5 changed files with 14 additions and 9 deletions

View File

@@ -497,4 +497,9 @@ $(document).ready(function() {
strictEqual(history.getFragment('fragment '), 'fragment');
});
test("#1820 - Leading slash and trailing space.", 1, function() {
var history = new Backbone.History;
strictEqual(history.getFragment('/fragment '), 'fragment');
});
});