Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(746)

Unified Diff: Tools/GardeningServer/scripts/svn-log_unittests.js

Issue 359283003: Remove usages of jquery and add sugar.js from garden-o-matic. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: merge to ToT Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Tools/GardeningServer/scripts/svn-log.js ('k') | Tools/GardeningServer/scripts/third_party/sugar.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/svn-log_unittests.js
diff --git a/Tools/GardeningServer/scripts/svn-log_unittests.js b/Tools/GardeningServer/scripts/svn-log_unittests.js
index bb045f9bf9cfccc9db64584327ad01e437c0ea6c..2dd1134fa8446bbe94807ccb3d0ad8e2ca328404 100644
--- a/Tools/GardeningServer/scripts/svn-log_unittests.js
+++ b/Tools/GardeningServer/scripts/svn-log_unittests.js
@@ -272,7 +272,7 @@ asyncTest("recentCommitData", 3, function() {
simulator.runTest(function() {
return trac.recentCommitData('trunk', 10).then(function(commitDataList) {
- $.each(commitDataList, function(index, commitData) {
+ commitDataList.forEach(function(commitData) {
// Including the entire message makes the deepEqual below to unwieldy.
delete commitData.message;
});
« no previous file with comments | « Tools/GardeningServer/scripts/svn-log.js ('k') | Tools/GardeningServer/scripts/third_party/sugar.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698