Repository: incubator-apex-site Updated Branches: refs/heads/asf-site d0abe5e13 -> bddfe9ec0
http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/bddfe9ec/content/js/docs/apache-docs.js ---------------------------------------------------------------------- diff --git a/content/js/docs/apache-docs.js b/content/js/docs/apache-docs.js deleted file mode 100644 index a52d4b3..0000000 --- a/content/js/docs/apache-docs.js +++ /dev/null @@ -1,13 +0,0 @@ -/* global angular:false */ - -'use strict'; - -angular.module('apache-docs', []) - - .directive('docsSideBar', function() { - return { - link: function(scope, element) { - - } - }; - }); \ No newline at end of file
