Implemented analytics.

This commit is contained in:
Borys Levytskyi
2015-04-05 23:44:29 +03:00
parent 1fca0dace6
commit e86825fedb
4 changed files with 38 additions and 3 deletions

View File

@@ -22,7 +22,7 @@
this.store[name] = reg;
}
console.log('[' + name + '] component registered');
// console.log('[' + name + '] component registered');
return reg;
};