You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using parameter like 'q' failed into the keysplitter. It falsy consider it as an array.
Here is a proposal for fix :
Backbone.Syphon.KeySplitter=function(key){varmatches=key.match(/[^\[\]]+/g);//Hack for short parameterif(key.length>2&&key.indexOf("[]")===key.length-2){lastKey=matches.pop();matches.push([lastKey]);}returnmatches;}
The text was updated successfully, but these errors were encountered:
Using parameter like 'q' failed into the keysplitter. It falsy consider it as an array.
Here is a proposal for fix :
The text was updated successfully, but these errors were encountered: