The call to Object.freeze(https://github.com/graphicore/specimenTools/blob/master/lib/services/OTFeatureInfo.js#L775) is causing an Javascript error in iOS 8.1.
The code checks if obj is indeed of type 'object', but for this case it seems to be 'undefined' when it reaches this line.
I'm not entirely sure what is going on in this part of the code, so I thought I run this by you first.