build(aio): remove commented out code (#19265)

PR Close #19265
This commit is contained in:
Peter Bacon Darwin 2017-09-19 09:32:52 +01:00 committed by Igor Minar
parent a5ee653da0
commit 988b9f8378
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ module.exports =
new Package('examples', [jsdocPackage])
.factory(require('./inline-tag-defs/example'))
// .factory(require('./inline-tag-defs/exampleTabs'))
.factory(require('./services/parseArgString'))
.factory(require('./services/example-map'))
.factory(require('./file-readers/example-reader'))
@ -21,7 +20,6 @@ module.exports =
.config(function(inlineTagProcessor, exampleInlineTagDef) {
inlineTagProcessor.inlineTagDefinitions.push(exampleInlineTagDef);
// inlineTagProcessor.inlineTagDefinitions.push(exampleTabsInlineTagDef);
})
.config(function(computePathsProcessor) {