diff options
| author | Caitlin Potter | 2014-02-21 18:07:33 -0500 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-21 18:37:12 -0500 | 
| commit | 1293cc88cd3d2e72c55fa8b8d268fab246e79fed (patch) | |
| tree | 8cedd09a6ef22e3be9f59eaa1dcb66345caf0661 | |
| parent | cad717b1171affc3d540cea372576c70b0cb2295 (diff) | |
| download | angular.js-1293cc88cd3d2e72c55fa8b8d268fab246e79fed.tar.bz2 | |
chore(examples): remove final traces of examples from the tree
Apparently some example files were referenced in angularFiles.js, and this was missed when
2f4513339337bb8aa6c9dfe1191d169b4fc57999 was checked in. This cleans it up.
Closes #6405
| -rwxr-xr-x | angularFiles.js | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/angularFiles.js b/angularFiles.js index ad968341..225c2dec 100755 --- a/angularFiles.js +++ b/angularFiles.js @@ -142,8 +142,6 @@ angularFiles = {      '@angularSrcModules',      '@angularScenario',      '@angularTest', -    'example/personalLog/*.js', -    'example/personalLog/test/*.js'    ],    'karmaExclude': [ @@ -178,9 +176,6 @@ angularFiles = {      '@angularSrcModules',      '@angularScenario',      '@angularTest', -    'example/personalLog/*.js', - -    'example/personalLog/test/*.js'    ],    'karmaJqueryExclude': [ | 
