mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-29 06:12:31 -06:00
minor code style
This commit is contained in:
parent
a003363453
commit
f9571981f1
1 changed files with 2 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Template.ionList.helpers({
|
||||
classes: function() {
|
||||
classes: function () {
|
||||
var classes = ['list'];
|
||||
|
||||
if (this.class) {
|
||||
var customClasses = this.class.split(' ');
|
||||
_(customClasses).each(function(customClass) {
|
||||
_(customClasses).each(function (customClass) {
|
||||
classes.push(customClass);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue