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

Side by Side Diff: appengine/chromium_status/static/js/profiling/class_util.js

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** 5 /**
6 * Helper utility functions for manipulating the element classes. 6 * Helper utility functions for manipulating the element classes.
7 */ 7 */
8 var ClassUtil = {}; 8 var ClassUtil = {};
9 9
10 /** 10 /**
(...skipping 27 matching lines...) Expand all
38 } 38 }
39 found = i; 39 found = i;
40 } else { 40 } else {
41 item.className = className; 41 item.className = className;
42 } 42 }
43 } 43 }
44 if (!found) { 44 if (!found) {
45 fail("Found 0 time"); 45 fail("Found 0 time");
46 } 46 }
47 }; 47 };
OLDNEW
« no previous file with comments | « appengine/chromium_status/static/js/main/main.js ('k') | appengine/chromium_status/static/js/profiling/data_fetcher.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698