diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 22e2baa..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.bowerrc diff --git a/core-doc-viewer.html b/core-doc-viewer.html index 2671b2d..3af743a 100644 --- a/core-doc-viewer.html +++ b/core-doc-viewer.html @@ -149,7 +149,7 @@ this.classes.some(function(c) { // The URL fragment might be just a class name, // or it might be a class name followed by a '.' and then - // a section of the the page. + // a section of the page. // We want to match on class names here, so split on '.'. // E.g.: 'core-ajax.properties.xhrArgs' -> 'core-ajax' // 'core-xhr' -> 'core-xhr'