Fix typo in throttle test.

This commit is contained in:
John-David Dalton
2014-01-24 00:52:38 -08:00
parent 8654d83a33
commit 44fa3d2d07

View File

@@ -7677,7 +7677,7 @@
setTimeout(function() {
var result = [throttled('x'), throttled('y')];
notEqual(result[0], 'x');
notEqual(result[0], 'a');
notStrictEqual(result[0], undefined);
notEqual(result[1], 'y');