Strange behavour in the latest knockout.js build
The ko.utils debug version has the makeArray function defined.
but it missing in the minimised version (or is it now renamed to some xx jiberish?)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Only a subset of the most useful functions are exposed in the minified build. In the debug build, look for the ko.exportSymbol calls to see which functions are included.
So, this is intentional. You can log an issue on github to ask for it to be exposed or take a copy of the function locally (since it is a fairly simple function and unlikely to change).