syntax-prosody-ot / main

A webapp for the syntax-prosody analyst working in Optimality Theory, with automated Gen, Con and Eval. Download build files from syntax-prosody-ot/build
https://spot.sites.ucsc.edu/
GNU General Public License v2.0
12 stars 2 forks source link

Fix to markMinMax #509

Closed 3ddiehead closed 3 years ago

3ddiehead commented 3 years ago

Small fix to issue where options.xxxx variable is called but options is not defined. Error ensues.

Simply added """ options = options || {}; """ so that options is defined.