parent
5505a896bc
commit
4473560391
5 changed files with 234 additions and 162 deletions
|
@ -602,6 +602,7 @@ export class TagUtils {
|
|||
* TagUtils.LevelsParser("0") // => ["0"]
|
||||
* TagUtils.LevelsParser("-1") // => ["-1"]
|
||||
* TagUtils.LevelsParser("0;-1") // => ["0", "-1"]
|
||||
* TagUtils.LevelsParser(undefined) // => []
|
||||
*/
|
||||
public static LevelsParser(level: string): string[] {
|
||||
let spec = Utils.NoNull([level])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue