Skip to content

Instantly share code, notes, and snippets.

@jordaaash
Created October 8, 2014 22:19
Show Gist options
  • Save jordaaash/8e30a4ebfed1bea7b4e7 to your computer and use it in GitHub Desktop.
Save jordaaash/8e30a4ebfed1bea7b4e7 to your computer and use it in GitHub Desktop.
'use strict';
var classes = require('./classes'),
ClassName;
ClassName = function (className) {
return {
getClassName: function () {
return classes(className, this.props.className);
}
};
};
module.exports = ClassName;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment