Skip to content

Commit d537a48

Browse files
committed
All the semicolons in the world for the semicolon gods
1 parent fcabd75 commit d537a48

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: js/angular/directive/input.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ IonicModule
8888
});
8989
});
9090
}
91-
}
91+
};
9292
}
9393
};
9494
}]);
@@ -101,7 +101,7 @@ IonicModule
101101
return {
102102
restrict: 'C',
103103
require: '?^ionInput',
104-
compile: function($element) {
104+
compile: function() {
105105

106106
return function link($scope, $element, $attrs, ionInputCtrl) {
107107
var element = $element[0];
@@ -117,7 +117,7 @@ IonicModule
117117
ionInputCtrl.input.setAttribute('aria-labelledby', id);
118118
}
119119

120-
}
120+
};
121121
}
122122
};
123123
}]);

0 commit comments

Comments
 (0)