aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/api/element/mousewheel_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/api/element/mousewheel_event/index.html')
-rw-r--r--files/zh-cn/web/api/element/mousewheel_event/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/element/mousewheel_event/index.html b/files/zh-cn/web/api/element/mousewheel_event/index.html
index 26649814ed..bd903b3be5 100644
--- a/files/zh-cn/web/api/element/mousewheel_event/index.html
+++ b/files/zh-cn/web/api/element/mousewheel_event/index.html
@@ -155,7 +155,7 @@ original_slug: Web/Events/mousewheel
<p>This difference makes a serious issue for web application developers. That is, web developers cannot know if <code>mousewheel</code> event is caused by which device.</p>
-<p>See <code>WebInputEventFactory::mouseWheelEvent</code> of the <a href="http://mxr.mozilla.org/chromium/source/src/third_party/WebKit/Source/web/WebInputEventFactoryMac.mm" title="http://mxr.mozilla.org/chromium/source/src/third_party/WebKit/Source/web/mac/WebInputEventFactory.mm">Chromium's source code</a> for the detail.</p>
+<p>See <code>WebInputEventFactory::mouseWheelEvent</code> of the <a href="http://mxr.mozilla.org/chromium/source/src/third_party/WebKit/Source/web/WebInputEventFactoryMac.mm">Chromium's source code</a> for the detail.</p>
<h3 id="Safari">Safari</h3>