VP-91: TimeRanges object should not be stored in the model

Metadata

Source
VP-91
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Michelle D'Souza
Created
2012-10-24T12:10:57.409-0400
Updated
2013-01-28T09:25:22.719-0500
Versions
N/A
Fixed Versions
N/A
Component
N/A

Description

The video player currently has a 'buffered' property in the model which is a TimeRanges object. This is likely to cause odd and difficult to trace bugs when passing the model around through IoC. We need to refactor this code to use a plain old javascript object instead - if it's even appropriate to store this information at all.

Comments