13 lines
284 B
JavaScript
13 lines
284 B
JavaScript
|
|
/*
|
||
|
|
* Copyright 2019 Michael Gratton <mike@vee.net>
|
||
|
|
*
|
||
|
|
* This software is licensed under the GNU Lesser General Public License
|
||
|
|
* (version 2.1 or later). See the COPYING file in this distribution.
|
||
|
|
*/
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Application logic for SignatureWebView.
|
||
|
|
*/
|
||
|
|
|
||
|
|
var geary = new PageState();
|