c1cc51a057
This is no longer needed! https://guides.emberjs.com/release/upgrading/current-edition/native-classes/#toc_properties-and-fields
8 lines
143 B
JavaScript
8 lines
143 B
JavaScript
import Watchable from './watchable';
|
|
|
|
export default class PluginAdapter extends Watchable {
|
|
queryParamsToAttrs = {
|
|
type: 'type',
|
|
};
|
|
}
|