Add header to EventUtils.jsm

This commit is contained in:
Simon Kornblith 2015-03-09 17:40:58 -04:00
parent 4a4073652f
commit 4c45685331

View file

@ -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",