Built motion from commit 503e72f.|0.0.143
[motion.git] / public / bower_components / lodash / vendor / backbone / test / view.js
index 9a34454..faf3445 100644 (file)
         className: 'test-view',
         other: 'non-special-option'
       });
+    },
+
+    afterEach: function() {
+      $('#testElement').remove();
+      $('#test-view').remove();
     }
 
   });