core-object
core-object copied to clipboard
Results
13
core-object issues
Sort by
recently updated
recently updated
newest added
According to the help for `ember test`: ``` --silent (Boolean) (Default: false) Suppress any output except for the test report ``` But the deprecation warning `DEPRECATION: Overriding init without calling...
If I understand [the constructor](https://github.com/ember-cli/core-object/blob/9138b1f55da74386b9547110ee5b6f52afcdfa65/core-object.js#L18-L20) correctly, we're providing the ability to assign arbitrary properties on `this` through an `options` hash as a common base class constructor. I used to do...