JS: add format function

This commit is contained in:
Asger F
2019-02-25 16:30:44 +00:00
parent fab0afd755
commit d70d0e21cc

View File

@@ -18,6 +18,7 @@ module ClosureLibrary {
name = "capitalize" or
name = "collapseBreakingSpaces" or
name = "collapseWhitespace" or
name = "format" or
name = "makeSafe" or // makeSafe just guards against null and undefined
name = "newLineOrBr" or
name = "normalizeSpaces" or