MiguelCastillo / Brackets-InteractiveLinter

Interactive linting for Brackets
Other
119 stars 26 forks source link

Remove unused strings helpers #51

Closed Mark-Simulacrum closed 10 years ago

Mark-Simulacrum commented 10 years ago

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 and StringUtils#endsWith.

MiguelCastillo commented 10 years ago

Looks good!