diff options
| author | Igor Minar | 2011-08-31 22:59:47 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-08-31 23:03:58 -0700 |
| commit | ff2cb86d5db4150cded494728b64095d05be4a71 (patch) | |
| tree | a3c657983d7d9c72d1b6b934ed5715c34bbcc89a | |
| parent | 825cbadf80a7eef3fbba04454086470b6ee6a4d7 (diff) | |
| download | angular.js-ff2cb86d5db4150cded494728b64095d05be4a71.tar.bz2 | |
style(e2e tests): shorten jquery/jqlite describe
| -rw-r--r-- | docs/src/ngdoc.js | 4 |
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('});'); |
