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
I haven't done a Pull request, but you can fix the problem by beginning the constructor like this (only tested in the latest FireFox version):
ko[method]=function(initialValue,options){// see if the initialValue is in fact the options argument, swap their valuesif(options==undefined&&initialValue!=undefined&&initialValue.hasOwnProperty('persist')){options=initialValue;initialValue=null;}options=options||{};
...
No description provided.
The text was updated successfully, but these errors were encountered: