VP-215: Use an invoker for the media renderer

Metadata

Source
VP-215
Type
Bug
Priority
Major
Status
Closed
Resolution
Won't Fix
Assignee
Cindy Li
Reporter
Anastasia Cheetham
Created
2011-11-28T17:07:46.142-0500
Updated
2013-01-28T09:25:25.237-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

In VideoPlayer-media.js on lines 27-32, a check is performed to decide whether to directly invoke a function or use the framework. This is probably better served using an Invoker.

Comments

  • Cindy Li commented 2012-01-12T09:22:11.904-0500

    After the discussion with Michelle, we decided to continue using fluid.invokeGlobalFunction() because,

    1. fluid.invokeGlobalFunction() appears to be a public API;
    2. Our current invoker does not support a variable function name.