BUGFIX #47: Replaced 'const' declarations with 'var' to fix iOS incompatibilities.

This commit is contained in:
n1474335 2016-12-31 17:12:39 +00:00
parent 216d8f1f7a
commit 4d131c921a
9 changed files with 27 additions and 27 deletions

View file

@ -7,7 +7,7 @@
*
* @namespace
*/
const FlowControl = {
var FlowControl = {
/**
* @constant