one ; should be more than enough ;)

This commit is contained in:
Régis Hanol 2015-11-20 17:36:55 +01:00
parent c21457d6a7
commit 8104a07327
3 changed files with 3 additions and 3 deletions

View File

@ -125,7 +125,7 @@ export default Ember.Component.extend({
_bindUploadTarget() {
this._unbindUploadTarget(); // in case it's still bound, let's clean it up first
const $element = this.$();;
const $element = this.$();
const csrf = this.session.get('csrfToken');
const uploadPlaceholder = this.get('uploadPlaceholder');

View File

@ -136,7 +136,7 @@
color: $primary;
}
p {
color: darken($primary, 40%);;
color: darken($primary, 40%);
font-size: 0.929em;
}
.archetype-option {

View File

@ -66,7 +66,7 @@
h2 {
a {
font-size: 1em;
color: scale-color($tertiary, $lightness: -10%);;
color: scale-color($tertiary, $lightness: -10%);
cursor: pointer;
}
}