mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Some Android browser versions of JSON.parse can crash when passed null (https://code.google.com/p/android/issues/detail?id=11973), so it's better not to pass on a non-string argument to JSON.parse. Thanks to @raix for raising the issue in #1401.