This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed
lib/paper-elements/PaperTabs Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ caching-compiler@1.0.0
99caching-html-compiler@1.0.2
1010callback-hook@1.0.4
1111check@1.1.0
12- codefights:blaze-material-ui@0.1.6
12+ codefights:blaze-material-ui@0.1.7_1
1313coffeescript@1.0.11
1414ddp@1.2.2
1515ddp-client@1.2.1
@@ -26,7 +26,7 @@ html-tools@1.0.5
2626htmljs@1.0.5
2727id-map@1.0.4
2828jquery@1.11.4
29- local-test:codefights:blaze-material-ui@0.1.6
29+ local-test:codefights:blaze-material-ui@0.1.7_1
3030logging@1.0.8
3131meteor@1.1.10
3232minifiers@1.1.7
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ caching-compiler@1.0.0
1212caching-html-compiler@1.0.2
1313callback-hook@1.0.4
1414check@1.0.6
15- codefights:blaze-material-ui@0.1.7_1
15+ codefights:blaze-material-ui@0.1.7_2
1616coffeescript@1.0.10
1717ddp@1.2.2
1818ddp-client@1.2.1
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Material = Material || {}
33Material . PaperTabs = PaperTabs = class PaperTabs extends BlazeComponent {
44
55 constructor ( ) {
6+ super ( ) ;
67 this . handleAutorun = this . handleAutorun . bind ( this ) ;
78 }
89 /**
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'codefights:blaze-material-ui' ,
3- version : '0.1.7_1 ' ,
3+ version : '0.1.7_2 ' ,
44 // Brief, one-line summary of the package.
55 summary : 'Material design components for blaze' ,
66 // URL to the Git repository containing the source code for this package.
Original file line number Diff line number Diff line change 11{
22 "name" : " blaze-material-ui" ,
3- "version" : " 0.1.7_1 " ,
3+ "version" : " 0.1.7_2 " ,
44 "description" : " blaze components for material design" ,
55 "main" : " Gulpfile.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments