Add header to EventUtils.jsm
This commit is contained in:
parent
4a4073652f
commit
4c45685331
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
|||
// Export all available functions for Mozmill
|
||||
/* Taken from MozMill 6c0948d80eebcbb104ce7a776c65aeae634970dd
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, you can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
// Export all available functions for Mozmill
|
||||
var EXPORTED_SYMBOLS = ["disableNonTestMouseEvents","sendMouseEvent", "sendChar",
|
||||
"sendString", "sendKey", "synthesizeMouse", "synthesizeTouch",
|
||||
"synthesizeMouseAtPoint", "synthesizeTouchAtPoint",
|
||||
|
|
Loading…
Reference in a new issue