hhff/spree-ember

View on GitHub
packages/checkouts/index.js

Summary

Maintainability
A
0 mins
Test Coverage
/* jshint node: true */
'use strict';

module.exports = {
  name: 'spree-ember-checkouts',

  included: function(app) {
    this._super.included(app);
    app.import('vendor/ember-fsm.js');
    app.import('vendor/register-checkouts.js');
  }
};