mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 10:27:49 +00:00
Update Underscore/Backbone tests and make them passable.
This commit is contained in:
4
vendor/backbone/test/view.js
vendored
4
vendor/backbone/test/view.js
vendored
@@ -5,6 +5,10 @@
|
||||
module("Backbone.View", {
|
||||
|
||||
setup: function() {
|
||||
$('#qunit-fixture').append(
|
||||
'<div id="testElement"><h1>Test</h1></div>'
|
||||
);
|
||||
|
||||
view = new Backbone.View({
|
||||
id : 'test-view',
|
||||
className : 'test-view',
|
||||
|
||||
Reference in New Issue
Block a user