We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00ae34 commit 5ccfe8dCopy full SHA for 5ccfe8d
test-packages/example-addon/fastboot/initializers/cat.js
@@ -1,7 +1,7 @@
1
export default {
2
name: "cat",
3
4
- initialize: function(application) {
+ initialize: function() {
5
console.log("I got a cat");
6
}
7
};
0 commit comments