You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ripple.apache.org by "Brent Lintner (JIRA)" <ji...@apache.org> on 2014/03/28 16:42:17 UTC

[jira] [Closed] (RIPPLE-56) syntax error: setAttribute() is only being passed 1 arg

     [ https://issues.apache.org/jira/browse/RIPPLE-56?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brent Lintner closed RIPPLE-56.
-------------------------------

    Resolution: Fixed

Fixed with: https://github.com/apache/incubator-ripple/pull/18

> syntax error: setAttribute() is only being passed 1 arg
> -------------------------------------------------------
>
>                 Key: RIPPLE-56
>                 URL: https://issues.apache.org/jira/browse/RIPPLE-56
>             Project: Apache Ripple
>          Issue Type: Bug
>         Environment: Chrome
> $> ripple version
> 0.9.20
>            Reporter: Andrew Visser
>
> Here is (according to the Chrome debugger) ripple.js line 49275 (and surrounding)
> ---------
>        upload.addEventListener('change', function () {
>           clear();
>           var capture = document.createElement(getType());
>           capture.setAttribute("controls");
>           capture.style.display = "inline";
>           capture.style.height = (screen.availHeight - 50) + "px";
>           capture.src = window.webkitURL.createObjectURL(upload.files[0]);
>           result.appendChild(capture);
>           take.style.display = "inline";
>         });
> -----------
> The call to setAttribute() is only passed one argument. That is an insufficient number of arguments.



--
This message was sent by Atlassian JIRA
(v6.2#6252)