Skip to content

Commit

Permalink
chore(all): dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed May 27, 2016
1 parent 6faaf50 commit 0d634f2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/amd/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ define(['exports', 'aurelia-templating', 'aurelia-binding', 'aurelia-dependency-
}
if (this.mdPlaceholder) {
this.input.setAttribute('placeholder', this.mdPlaceholder);
this.update();
this.updateService.update();
}
};

Expand Down
2 changes: 1 addition & 1 deletion dist/aurelia-materialize-bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ export class MdInput {
}
if (this.mdPlaceholder) {
this.input.setAttribute('placeholder', this.mdPlaceholder);
this.update();
this.updateService.update();
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/commonjs/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ var MdInput = exports.MdInput = (_dec = (0, _aureliaTemplating.customElement)('m
}
if (this.mdPlaceholder) {
this.input.setAttribute('placeholder', this.mdPlaceholder);
this.update();
this.updateService.update();
}
};

Expand Down
2 changes: 1 addition & 1 deletion dist/dev/dist/dev/input/input.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dev/input/input.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/es6/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class MdInput {
}
if (this.mdPlaceholder) {
this.input.setAttribute('placeholder', this.mdPlaceholder);
this.update();
this.updateService.update();
}
}
Expand Down
2 changes: 1 addition & 1 deletion dist/system/input/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ System.register(['aurelia-templating', 'aurelia-binding', 'aurelia-dependency-in
}
if (this.mdPlaceholder) {
this.input.setAttribute('placeholder', this.mdPlaceholder);
this.update();
this.updateService.update();
}
};

Expand Down
2 changes: 1 addition & 1 deletion dist/temp/aurelia-materialize-bridge.js
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,7 @@ var MdInput = exports.MdInput = (_dec93 = (0, _aureliaTemplating.customElement)(
}
if (this.mdPlaceholder) {
this.input.setAttribute('placeholder', this.mdPlaceholder);
this.update();
this.updateService.update();
}
};

Expand Down

0 comments on commit 0d634f2

Please sign in to comment.