ProtectionModel_01b teardown throws exception on Safari
Created by: davemevans
The media element is set to null on teardown in ProtectionController. ProtectionModel_01b attempts to add event handlers to the new element without checking it is not null.
I simply copied the basic checks from the other ProtectionModels and it looks good now.
@greg80303 can you take a look at this patch.