From 114a6a641d08a71735511b2322fac91e68809423 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 15 Jan 2015 12:24:05 +0100 Subject: [PATCH] Don't export functions with underscore from helpers --- assets/scripts/app/helpers/helpers.coffee | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/assets/scripts/app/helpers/helpers.coffee b/assets/scripts/app/helpers/helpers.coffee index 385035dd..8636bc0c 100644 --- a/assets/scripts/app/helpers/helpers.coffee +++ b/assets/scripts/app/helpers/helpers.coffee @@ -142,17 +142,6 @@ configKeys = (config) -> Travis.Helpers = configKeys: configKeys - _escape: _escape - _emojize: _emojize - _toUtc: _toUtc - _nowUtc: _nowUtc - _normalizeDateString: _normalizeDateString - _githubCommitReferenceLink: _githubCommitReferenceLink - _githubCommitReferenceRegexp: _githubCommitReferenceRegexp - _githubUserLink: _githubUserLink - _githubUserRegexp: _githubUserRegexp - _githubReferenceLink: _githubReferenceLink - _githubReferenceRegexp: _githubReferenceRegexp githubify: githubify timeInWords: timeInWords durationFrom: durationFrom