mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 17:05:43 +03:00
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',
|
|
};
|
|
}
|