aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/ngdoc.js
diff options
context:
space:
mode:
authorIgor Minar2011-08-31 22:59:47 -0700
committerIgor Minar2011-08-31 23:03:58 -0700
commitff2cb86d5db4150cded494728b64095d05be4a71 (patch)
treea3c657983d7d9c72d1b6b934ed5715c34bbcc89a /docs/src/ngdoc.js
parent825cbadf80a7eef3fbba04454086470b6ee6a4d7 (diff)
downloadangular.js-ff2cb86d5db4150cded494728b64095d05be4a71.tar.bz2
style(e2e tests): shorten jquery/jqlite describe
Diffstat (limited to 'docs/src/ngdoc.js')
-rw-r--r--docs/src/ngdoc.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js
index e47848d0..1045d39d 100644
--- a/docs/src/ngdoc.js
+++ b/docs/src/ngdoc.js
@@ -569,14 +569,14 @@ Doc.prototype = {
function scenarios(docs){
var specs = [];
- specs.push('describe("angular without jquery", function() {');
+ specs.push('describe("angular+jqlite", function() {');
appendSpecs('index.html');
specs.push('});');
specs.push('');
specs.push('');
- specs.push('describe("angular with jquery", function() {');
+ specs.push('describe("angular+jquery", function() {');
appendSpecs('index-jq.html');
specs.push('});');