First cut of rendering match elements

This is currently broken, but a starting point for further work.
This commit is contained in:
Jeff Avallone
2014-12-02 21:02:48 -05:00
parent b9dd80a142
commit 7d84669536
7 changed files with 100 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
import _ from 'lodash';
import Base from './base.js';
export default _.extend({}, Base, {
type: 'charset'
});