Closed wgebczyk closed 9 years ago
I confirm this bug.
Thanks! I'm investigating some prototype issues in the reported firefox issue also. I'll take this into consideration aswell On lør. 9. mai 2015 at 16.38 David da Silva Contín notifications@github.com wrote:
I confirm this bug.
— Reply to this email directly or view it on GitHub https://github.com/janl/mustache.js/issues/445#issuecomment-100497952.
tx!
For below HTML file, the alert output is: "[0;00]||[1;][3;]". Expected is: "[0;00]||[1;2][3;4]"
The problem lies in lines 383 & 388. The hasOwnProperty does not returns true. If additionally we could check proto.hasOwnProperty, then this should work fine.
The HTML