rahmanda/ayu

View on GitHub
src/docs/js/modules/action.js

Summary

Maintainability
A
0 mins
Test Coverage
var Actions = function (context) {
  'use strict';

  var el;

  return {
    behaviors: ['dropdown']
  };
};

module.exports = Actions;