﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
22710,TypeError: router is null when editing a gallery (media-views.js line 505),nacin,markjaquith,"We're doing `router = frame.router.get()`, then `router.get()` again.

It should either be `view = frame.router.get()` then use `view`, or `router = frame.router` then use `router.get()`. Since we pass a value to `get()`, it should be the latter.

Via markjaquith in IRC.",defect (bug),closed,normal,3.5,Media,3.5,normal,fixed,has-patch commit,
