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

Unified Diff: chrome/common/extensions/docs/examples/extensions/calendar/javascript/util.js

Issue 890173003: Replace the sample Calendar extension with a deprecation notice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 11 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: chrome/common/extensions/docs/examples/extensions/calendar/javascript/util.js
diff --git a/chrome/common/extensions/docs/examples/extensions/calendar/javascript/util.js b/chrome/common/extensions/docs/examples/extensions/calendar/javascript/util.js
deleted file mode 100644
index 1ad5ac69c58976ef2673fa9d5214582d9cf6117e..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/extensions/calendar/javascript/util.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * Copyright (c) 2010 The Chromium Authors. All rights reserved. Use of this
- * source code is governed by a BSD-style license that can be found in the
- * LICENSE file.
- */
-
-/**
- * Alias for document.getElementById.
- * @param {string} id The id of the element.
- * @return {HTMLElement} The html element for the given element id.
- */
-function $(id) {
- return document.getElementById(id);
-};

Powered by Google App Engine
This is Rietveld 408576698