Allow overriding view options.

Review Request #12809 — Created Jan. 26, 2023 and submitted

Information

Spina
master

Reviewers

The view options were defined with generics, but these weren't passed
through to Backbone.View, so they didn't actually do anything. This
change plumbs those through.

Built the module and used it with some spina code. Saw that the typing
on options passed in to initialize was correct.

Summary ID
Allow overriding view options.
The view options were defined with generics, but these weren't passed through to Backbone.View, so they didn't actually do anything. This change plumbs those through. Testing Done: Built the module and used it with some spina code. Saw that the typing on `options` passed in to `initialize` was correct.
82c42eb00c5afa7c4524ce2bcdc3f8275493a366
chipx86
  1. Ship It!
  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to master (723d8f9)
Loading...