Code review comment for lp:~thumper/launchpad/js-play

Revision history for this message
Paul Hummer (rockstar) wrote :

Please change:

    if (!link) return;

...to...

    if (Y.lang.isValue(link)) return;

« Back to merge proposal