Closed Mark-Simulacrum closed 10 years ago
For future use of these helpers, we should use utils/StringUtils.js from Brackets.
utils/StringUtils.js
Removes String.endsWith and String.format: we don't use them anywhere.
Util method lines for Brackets: StringUtils#format and StringUtils#endsWith.
StringUtils#format
StringUtils#endsWith
Looks good!
For future use of these helpers, we should use
utils/StringUtils.js
from Brackets.Removes String.endsWith and String.format: we don't use them anywhere.
Util method lines for Brackets:
StringUtils#format
andStringUtils#endsWith
.