GNOME Bugzilla – Bug 787907
Fix a couple of JS warnings
Last modified: 2017-09-19 18:08:22 UTC
See patches.
Created attachment 360065 [details] [review] Fix some more undefined property warnings
Created attachment 360066 [details] [review] autorunManager: Avoid access to non-existent array element
Created attachment 360067 [details] [review] windowManager: Remove excess parameter
Created attachment 360068 [details] [review] dnd: Declare dragMonitors with var It is used outside the DND module itself.
Review of attachment 360065 [details] [review]: lgtm
Review of attachment 360066 [details] [review]: right
Review of attachment 360067 [details] [review]: ++
Review of attachment 360068 [details] [review]: indeed
Attachment 360065 [details] pushed as ecddf1f - Fix some more undefined property warnings Attachment 360066 [details] pushed as 2d11b5c - autorunManager: Avoid access to non-existent array element Attachment 360067 [details] pushed as 5a414ff - windowManager: Remove excess parameter Attachment 360068 [details] pushed as 80151a7 - dnd: Declare dragMonitors with var