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

Unified Diff: Tools/GardeningServer/scripts/ui_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: remove jquery script from ct-sheriff-o-matic 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
Index: Tools/GardeningServer/scripts/ui_unittests.js
diff --git a/Tools/GardeningServer/scripts/ui_unittests.js b/Tools/GardeningServer/scripts/ui_unittests.js
index 321c3366d85a19189a5ad1c090ef572b4995a36e..90c175b1eb910eddba1894e9aedcc5bed10d2374 100644
--- a/Tools/GardeningServer/scripts/ui_unittests.js
+++ b/Tools/GardeningServer/scripts/ui_unittests.js
@@ -65,7 +65,7 @@ test("ui.onebar", 2, function() {
onebar.select('unexpected');
equal(window.location.hash, '#unexpected');
- $(onebar).detach();
+ onebar.remove();
});
// FIXME: These three results.* tests should be moved ot ui/results_unittests.js.

Powered by Google App Engine
This is Rietveld 408576698