Ensuring GravJS NS is available

This commit is contained in:
Djamil Legato
2015-08-03 12:46:39 -07:00
parent 3cfe1d06a2
commit cf2c727666

View File

@@ -115,7 +115,7 @@
this.scanned = true;
//Refresh root.currentValues as toggleables have been initialized
//root.currentValues = getState();
(root || window.GravJS).currentValues = getState();
};
Form.factories = {};