https://bugs.freedesktop.org/show_bug.cgi?id=72497

--- Comment #9 from Julien Nabet <[email protected]> ---
About bugzilla.js, line 18, we've got this:
        // This function calls the XMLRPC-function.
        // Returns the data or throws an error.
call: function(method, parameters = null, async = false, returnFunction = null)
{

But default value arguments seems to be in ECMAScript 6 which isn't supported
by Chrome and Safari for the moment.

See:
- http://ariya.ofilabs.com/2013/02/es6-and-default-argument.html
-
http://stackoverflow.com/questions/14657117/do-function-arguments-support-a-default-value-in-javascript

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to