You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to knock...@googlegroups.com
Hello
Anyone can explain why methods like ko.utils.tagNameLower are not available in the minified js file?
They are alive and kicking in the original source/debug version though.
Greets
rpn
unread,
Sep 5, 2012, 9:15:50 AM9/5/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to knock...@googlegroups.com, ehau...@gmail.com
Not all of the functions are exported, such that they are available in the minified source. The most useful functions and ones that we consider public APIs are exported.