Bugzilla – Bug 885
JSONP API Service does not allow "." in the callback parameter
Last modified: 2016-09-22 18:59:52 CEST
YUI3's JSONP library, called Y.DataSource.Get http://yuilibrary.com/yui/docs/datasource/datasource-get.html Uses a callback parameter structured like this: YUI.Env.DataSource.callbacks.yui_3_4_1_1_1323387467713_24 however, requests using the utility fail with Callback is not a valid ECMA 262 IdentifierName. This error is resolved if the periods are removed from the callback parameter.