add documentation for async form internationalization

This commit is contained in:
Felix Hamann 2019-04-10 20:03:05 +02:00
parent 796cddf21e
commit 1c99b36be0

View File

@ -12,6 +12,11 @@
* Example usage:
* <form uw-async-form method='POST' action='...'>
* ...
*
* Internationalization:
* This utility expects the following translations to be available:
* asyncFormFailure: text that gets shown if an async form request fails
* example: "Oops. Something went wrong."
*/
var ASYNC_FORM_UTIL_NAME = 'asyncForm';