Editor: Define help mouse handlers

This commit is contained in:
Jakub Vrana 2014-09-14 13:40:12 -07:00
parent 594085c6f5
commit 1c56b3b206

View file

@ -1,6 +1,14 @@
// Editor specific functions
function selectFieldChange(form) {
function selectFieldChange() {
}
var helpOpen;
function helpMouseover() {
}
function helpMouseout() {
}
function whisperClick(event, field) {