Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/javascripts/app/app_spec.js')
-rw-r--r--spec/javascripts/app/app_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/app/app_spec.js b/spec/javascripts/app/app_spec.js
index 378ab84f3..1848f20a7 100644
--- a/spec/javascripts/app/app_spec.js
+++ b/spec/javascripts/app/app_spec.js
@@ -47,7 +47,7 @@ describe("app", function() {
describe("setupForms", function() {
beforeEach(function() {
- spec.content().append("<textarea/> <input/>");
+ spec.content().append("<textarea></textarea> <input></input>");
});
it("calls jQuery.placeholder() for inputs", function() {