Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit ba62df4

Browse files
author
Gregor Adams
committed
forgot to call super
1 parent 6e77e3c commit ba62df4

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ caching-compiler@1.0.0
99
caching-html-compiler@1.0.2
1010
callback-hook@1.0.4
1111
check@1.1.0
12-
codefights:blaze-material-ui@0.1.6
12+
codefights:blaze-material-ui@0.1.7_1
1313
coffeescript@1.0.11
1414
ddp@1.2.2
1515
ddp-client@1.2.1
@@ -26,7 +26,7 @@ html-tools@1.0.5
2626
htmljs@1.0.5
2727
id-map@1.0.4
2828
jquery@1.11.4
29-
local-test:codefights:blaze-material-ui@0.1.6
29+
local-test:codefights:blaze-material-ui@0.1.7_1
3030
logging@1.0.8
3131
meteor@1.1.10
3232
minifiers@1.1.7

examples/.meteor/versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ caching-compiler@1.0.0
1212
caching-html-compiler@1.0.2
1313
callback-hook@1.0.4
1414
check@1.0.6
15-
codefights:blaze-material-ui@0.1.7_1
15+
codefights:blaze-material-ui@0.1.7_2
1616
coffeescript@1.0.10
1717
ddp@1.2.2
1818
ddp-client@1.2.1

lib/paper-elements/PaperTabs/PaperTabs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Material = Material || {}
33
Material.PaperTabs = PaperTabs = class PaperTabs extends BlazeComponent {
44

55
constructor(){
6+
super();
67
this.handleAutorun = this.handleAutorun.bind(this);
78
}
89
/**

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)