docs: "move" and "moved" are platform-dependent
authorCheng Zhao <zcbenz@gmail.com>
Wed, 27 May 2015 06:57:14 +0000 (14:57 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Wed, 27 May 2015 06:57:14 +0000 (14:57 +0800)
docs/api/browser-window.md

index 86330bf..5f96bec 100644 (file)
@@ -179,10 +179,14 @@ Emitted when window is getting resized.
 
 Emitted when the window is getting moved to a new position.
 
+__Note__: On OS X this event is just an alias of `moved`.
+
 ### Event: 'moved'
 
 Emitted once when the window is moved to a new position.
 
+__Note__: This event is available only on OS X.
+
 ### Event: 'enter-full-screen'
 
 Emitted when window enters full screen state.