parent
49b4fc4dfe
commit
797088c988
1 changed files with 3 additions and 3 deletions
|
@ -728,7 +728,7 @@
|
|||
parseObject(letters, styleClass, input);
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
function parseObject(letters, styleClass, object) {
|
||||
if (typeof object !== 'undefined' && object !== null) {
|
||||
|
@ -739,7 +739,7 @@
|
|||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
function parseTimeDefinition(letters, styleClass, definition) {
|
||||
if (typeof definition !== 'undefined' && definition !== null) {
|
||||
|
@ -751,7 +751,7 @@
|
|||
});
|
||||
});
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
this.parse = function parse() {
|
||||
var letters = [];
|
||||
|
|
Loading…
Reference in a new issue