We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1555a49 commit bbca6b0Copy full SHA for bbca6b0
test/jQueryPatchSpec.js
@@ -28,7 +28,7 @@ if (window.jQuery) {
28
expect(spy2).toHaveBeenCalledTimes(1);
29
});
30
31
- describe('$detach event', function() {
+ describe('$destroy event', function() {
32
33
it('should fire on remove()', function() {
34
doc.find('span').remove();
@@ -77,7 +77,7 @@ if (window.jQuery) {
77
expect(spy1).not.toHaveBeenCalled();
78
79
80
- describe('$detach event is not invoked in too many cases', function() {
+ describe('$destroy event is not invoked in too many cases', function() {
81
82
it('should fire only on matched elements on remove(selector)', function() {
83
doc.find('span').remove('.second');
0 commit comments