click block updates

This commit is contained in:
Adam Bradley
2015-05-06 10:35:40 -05:00
parent 604a11cd7a
commit e36d48fdfc
3 changed files with 31 additions and 15 deletions

View File

@@ -19,5 +19,6 @@ import {
export class Content {
constructor() {
this.contentClass = true;
console.log('Content!');
}
}