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

Unified Diff: ui/webui/resources/js/cr/ui/drag_wrapper.js

Issue 475633006: Typecheck JS files for chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@D_asserts_codingconvention
Patch Set: fixed issues Created 6 years, 4 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: ui/webui/resources/js/cr/ui/drag_wrapper.js
diff --git a/ui/webui/resources/js/cr/ui/drag_wrapper.js b/ui/webui/resources/js/cr/ui/drag_wrapper.js
index 510c1f981936a4af0cefdd06458412578dff40ae..fc83d788d42501f2a219215a1ba97538d08f5c2f 100644
--- a/ui/webui/resources/js/cr/ui/drag_wrapper.js
+++ b/ui/webui/resources/js/cr/ui/drag_wrapper.js
@@ -16,6 +16,7 @@ cr.define('cr.ui', function() {
* doDragLeave
* doDragOver
* doDrop
+ * @constructor
*/
function DragWrapper(target, handler) {
this.initialize(target, handler);

Powered by Google App Engine
This is Rietveld 408576698