| 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 fc83d788d42501f2a219215a1ba97538d08f5c2f..510c1f981936a4af0cefdd06458412578dff40ae 100644
|
| --- a/ui/webui/resources/js/cr/ui/drag_wrapper.js
|
| +++ b/ui/webui/resources/js/cr/ui/drag_wrapper.js
|
| @@ -16,7 +16,6 @@ cr.define('cr.ui', function() {
|
| * doDragLeave
|
| * doDragOver
|
| * doDrop
|
| - * @constructor
|
| */
|
| function DragWrapper(target, handler) {
|
| this.initialize(target, handler);
|
|
|