Skip to content

Commit

Permalink
plugins to $plugins for consistency with wire.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gogamoga committed Feb 19, 2014
1 parent 9d5a406 commit 51ffa9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.js
Expand Up @@ -16,8 +16,8 @@ define({
},

// Wire.js plugins
plugins: [
$plugins: [
{ module: 'wire/dom', classes: { init: 'loading' } },
{ module: 'wire/dom/render' }
]
});
});

0 comments on commit 51ffa9a

Please sign in to comment.