Skip to content

Commit 2afdf63

Browse files
authored
Merge pull request #30 from ember-learn/fix-names
Fix names in source s3 files
2 parents c1b5c2a + bb6b09f commit 2afdf63

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+254
-254
lines changed

s3-docs/v1.0.0/ember-docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9694,7 +9694,7 @@
96949694
"access": "private",
96959695
"tagname": "Computed property that returns the resolved parameters.",
96969696
"itemtype": "property",
9697-
"name": "",
9697+
"name": "resolvedParams",
96989698
"return": {
96999699
"description": "",
97009700
"type": "Array"
@@ -9710,7 +9710,7 @@
97109710
"access": "private",
97119711
"tagname": "Computed property that returns the current route name and\nany dynamic segments.",
97129712
"itemtype": "property",
9713-
"name": "",
9713+
"name": "routeArgs",
97149714
"return": {
97159715
"description": "An array with the route name and any dynamic segments",
97169716
"type": "Array"

s3-docs/v1.1.2/ember-docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9357,7 +9357,7 @@
93579357
"access": "private",
93589358
"tagname": "Computed property that returns the resolved parameters.",
93599359
"itemtype": "property",
9360-
"name": "",
9360+
"name": "resolvedParams",
93619361
"return": {
93629362
"description": "",
93639363
"type": "Array"
@@ -9373,7 +9373,7 @@
93739373
"access": "private",
93749374
"tagname": "Computed property that returns the current route name and\nany dynamic segments.",
93759375
"itemtype": "property",
9376-
"name": "",
9376+
"name": "routeArgs",
93779377
"return": {
93789378
"description": "An array with the route name and any dynamic segments",
93799379
"type": "Array"

s3-docs/v1.10.1/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8549,7 +8549,7 @@
85498549
"line": 12,
85508550
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```",
85518551
"itemtype": "method",
8552-
"name": "",
8552+
"name": "expandProperties",
85538553
"access": "private",
85548554
"tagname": "",
85558555
"params": [
@@ -11281,7 +11281,7 @@
1128111281
"access": "private",
1128211282
"tagname": "",
1128311283
"itemtype": "property",
11284-
"name": "",
11284+
"name": "resolvedParams",
1128511285
"return": {
1128611286
"description": "",
1128711287
"type": "Array"
@@ -11298,7 +11298,7 @@
1129811298
"access": "private",
1129911299
"tagname": "",
1130011300
"itemtype": "property",
11301-
"name": "",
11301+
"name": "routeArgs",
1130211302
"return": {
1130311303
"description": "An array with the route name and any dynamic segments",
1130411304
"type": "Array"

s3-docs/v1.11.4/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8313,7 +8313,7 @@
83138313
"line": 11,
83148314
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```",
83158315
"itemtype": "method",
8316-
"name": "",
8316+
"name": "expandProperties",
83178317
"access": "private",
83188318
"tagname": "",
83198319
"params": [
@@ -11091,7 +11091,7 @@
1109111091
"access": "private",
1109211092
"tagname": "",
1109311093
"itemtype": "property",
11094-
"name": "",
11094+
"name": "resolvedParams",
1109511095
"return": {
1109611096
"description": "",
1109711097
"type": "Array"
@@ -11108,7 +11108,7 @@
1110811108
"access": "private",
1110911109
"tagname": "",
1111011110
"itemtype": "property",
11111-
"name": "",
11111+
"name": "routeArgs",
1111211112
"return": {
1111311113
"description": "An array with the route name and any dynamic segments",
1111411114
"type": "Array"

s3-docs/v1.12.2/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8466,7 +8466,7 @@
84668466
"line": 11,
84678467
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> 'foo.baz', 'bar.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```",
84688468
"itemtype": "method",
8469-
"name": "",
8469+
"name": "expandProperties",
84708470
"access": "private",
84718471
"tagname": "",
84728472
"params": [
@@ -11251,7 +11251,7 @@
1125111251
"access": "private",
1125211252
"tagname": "",
1125311253
"itemtype": "property",
11254-
"name": "",
11254+
"name": "resolvedParams",
1125511255
"return": {
1125611256
"description": "",
1125711257
"type": "Array"
@@ -11268,7 +11268,7 @@
1126811268
"access": "private",
1126911269
"tagname": "",
1127011270
"itemtype": "property",
11271-
"name": "",
11271+
"name": "routeArgs",
1127211272
"return": {
1127311273
"description": "An array with the route name and any dynamic segments",
1127411274
"type": "Array"

s3-docs/v1.2.2/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7987,7 +7987,7 @@
79877987
"line": 13,
79887988
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```",
79897989
"itemtype": "method",
7990-
"name": "",
7990+
"name": "expandProperties",
79917991
"access": "private",
79927992
"tagname": "",
79937993
"params": [
@@ -10463,7 +10463,7 @@
1046310463
"access": "private",
1046410464
"tagname": "",
1046510465
"itemtype": "property",
10466-
"name": "",
10466+
"name": "resolvedParams",
1046710467
"return": {
1046810468
"description": "",
1046910469
"type": "Array"
@@ -10480,7 +10480,7 @@
1048010480
"access": "private",
1048110481
"tagname": "",
1048210482
"itemtype": "property",
10483-
"name": "",
10483+
"name": "routeArgs",
1048410484
"return": {
1048510485
"description": "An array with the route name and any dynamic segments",
1048610486
"type": "Array"

s3-docs/v1.3.2/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7987,7 +7987,7 @@
79877987
"line": 13,
79887988
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```",
79897989
"itemtype": "method",
7990-
"name": "",
7990+
"name": "expandProperties",
79917991
"access": "private",
79927992
"tagname": "",
79937993
"params": [
@@ -10463,7 +10463,7 @@
1046310463
"access": "private",
1046410464
"tagname": "",
1046510465
"itemtype": "property",
10466-
"name": "",
10466+
"name": "resolvedParams",
1046710467
"return": {
1046810468
"description": "",
1046910469
"type": "Array"
@@ -10480,7 +10480,7 @@
1048010480
"access": "private",
1048110481
"tagname": "",
1048210482
"itemtype": "property",
10483-
"name": "",
10483+
"name": "routeArgs",
1048410484
"return": {
1048510485
"description": "An array with the route name and any dynamic segments",
1048610486
"type": "Array"

s3-docs/v1.4.0/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8014,7 +8014,7 @@
80148014
"line": 12,
80158015
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```",
80168016
"itemtype": "method",
8017-
"name": "",
8017+
"name": "expandProperties",
80188018
"access": "private",
80198019
"tagname": "",
80208020
"params": [
@@ -10490,7 +10490,7 @@
1049010490
"access": "private",
1049110491
"tagname": "",
1049210492
"itemtype": "property",
10493-
"name": "",
10493+
"name": "resolvedParams",
1049410494
"return": {
1049510495
"description": "",
1049610496
"type": "Array"
@@ -10507,7 +10507,7 @@
1050710507
"access": "private",
1050810508
"tagname": "",
1050910509
"itemtype": "property",
10510-
"name": "",
10510+
"name": "routeArgs",
1051110511
"return": {
1051210512
"description": "An array with the route name and any dynamic segments",
1051310513
"type": "Array"

s3-docs/v1.5.1/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8302,7 +8302,7 @@
83028302
"line": 12,
83038303
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for example as the last item in a chain.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```",
83048304
"itemtype": "method",
8305-
"name": "",
8305+
"name": "expandProperties",
83068306
"access": "private",
83078307
"tagname": "",
83088308
"params": [
@@ -10788,7 +10788,7 @@
1078810788
"access": "private",
1078910789
"tagname": "",
1079010790
"itemtype": "property",
10791-
"name": "",
10791+
"name": "resolvedParams",
1079210792
"return": {
1079310793
"description": "",
1079410794
"type": "Array"
@@ -10805,7 +10805,7 @@
1080510805
"access": "private",
1080610806
"tagname": "",
1080710807
"itemtype": "property",
10808-
"name": "",
10808+
"name": "routeArgs",
1080910809
"return": {
1081010810
"description": "An array with the route name and any dynamic segments",
1081110811
"type": "Array"

s3-docs/v1.6.1/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9015,7 +9015,7 @@
90159015
"line": 11,
90169016
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for an example see the last call below.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```",
90179017
"itemtype": "method",
9018-
"name": "",
9018+
"name": "expandProperties",
90199019
"access": "private",
90209020
"tagname": "",
90219021
"params": [
@@ -11653,7 +11653,7 @@
1165311653
"access": "private",
1165411654
"tagname": "",
1165511655
"itemtype": "property",
11656-
"name": "",
11656+
"name": "resolvedParams",
1165711657
"return": {
1165811658
"description": "",
1165911659
"type": "Array"
@@ -11670,7 +11670,7 @@
1167011670
"access": "private",
1167111671
"tagname": "",
1167211672
"itemtype": "property",
11673-
"name": "",
11673+
"name": "routeArgs",
1167411674
"return": {
1167511675
"description": "An array with the route name and any dynamic segments",
1167611676
"type": "Array"

s3-docs/v1.7.1/ember-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8419,7 +8419,7 @@
84198419
"line": 10,
84208420
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly. Brace expansion can only appear at the end of a\npattern, for an example see the last call below.\n\nExample\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\n```",
84218421
"itemtype": "method",
8422-
"name": "",
8422+
"name": "expandProperties",
84238423
"access": "private",
84248424
"tagname": "",
84258425
"params": [

s3-docs/v1.8.1/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8822,7 +8822,7 @@
88228822
"line": 12,
88238823
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```",
88248824
"itemtype": "method",
8825-
"name": "",
8825+
"name": "expandProperties",
88268826
"access": "private",
88278827
"tagname": "",
88288828
"params": [
@@ -11404,7 +11404,7 @@
1140411404
"access": "private",
1140511405
"tagname": "",
1140611406
"itemtype": "property",
11407-
"name": "",
11407+
"name": "resolvedParams",
1140811408
"return": {
1140911409
"description": "",
1141011410
"type": "Array"
@@ -11421,7 +11421,7 @@
1142111421
"access": "private",
1142211422
"tagname": "",
1142311423
"itemtype": "property",
11424-
"name": "",
11424+
"name": "routeArgs",
1142511425
"return": {
1142611426
"description": "An array with the route name and any dynamic segments",
1142711427
"type": "Array"

s3-docs/v1.9.1/ember-docs.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8691,7 +8691,7 @@
86918691
"line": 12,
86928692
"description": "Expands `pattern`, invoking `callback` for each expansion.\n\nThe only pattern supported is brace-expansion, anything else will be passed\nonce to `callback` directly.\n\nExample\n\n```js\nfunction echo(arg){ console.log(arg); }\n\nEmber.expandProperties('foo.bar', echo); //=> 'foo.bar'\nEmber.expandProperties('{foo,bar}', echo); //=> 'foo', 'bar'\nEmber.expandProperties('foo.{bar,baz}', echo); //=> 'foo.bar', 'foo.baz'\nEmber.expandProperties('{foo,bar}.baz', echo); //=> '{foo,bar}.baz'\nEmber.expandProperties('foo.{bar,baz}.@each', echo) //=> 'foo.bar.@each', 'foo.baz.@each'\nEmber.expandProperties('{foo,bar}.{spam,eggs}', echo) //=> 'foo.spam', 'foo.eggs', 'bar.spam', 'bar.eggs'\nEmber.expandProperties('{foo}.bar.{baz}') //=> 'foo.bar.baz'\n```",
86938693
"itemtype": "method",
8694-
"name": "",
8694+
"name": "expandProperties",
86958695
"access": "private",
86968696
"tagname": "",
86978697
"params": [
@@ -11256,7 +11256,7 @@
1125611256
"access": "private",
1125711257
"tagname": "",
1125811258
"itemtype": "property",
11259-
"name": "",
11259+
"name": "resolvedParams",
1126011260
"return": {
1126111261
"description": "",
1126211262
"type": "Array"
@@ -11273,7 +11273,7 @@
1127311273
"access": "private",
1127411274
"tagname": "",
1127511275
"itemtype": "property",
11276-
"name": "",
11276+
"name": "routeArgs",
1127711277
"return": {
1127811278
"description": "An array with the route name and any dynamic segments",
1127911279
"type": "Array"

s3-docs/v2.11.3/ember-data-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2979,7 +2979,7 @@
29792979
"line": 62,
29802980
"description": "This API allows you to provide a reference with new data. The\nsimplest usage of this API is similar to `store.push`: you provide a\nnormalized hash of data and the object represented by the reference\nwill update.\n\nIf you pass a promise to `push`, Ember Data will not ask the adapter\nfor the data if another attempt to fetch it is made in the\ninterim. When the promise resolves, the underlying object is updated\nwith the new data, and the promise returned by *this function* is resolved\nwith that object.\n\nFor example, `recordReference.push(promise)` will be resolved with a\nrecord.\n\n Example\n\n ```javascript\n var userRef = store.getReference('user', 1);\n\n // provide data for reference\n userRef.push({ data: { id: 1, username: \"@user\" }}).then(function(user) {\n userRef.value() === user;\n });\n ```",
29812981
"itemtype": "method",
2982-
"name": "",
2982+
"name": "push",
29832983
"params": [
29842984
{
29852985
"name": "UNKNOWN",

s3-docs/v2.12.2/ember-data-docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3366,7 +3366,7 @@
33663366
"line": 62,
33673367
"description": "This API allows you to provide a reference with new data. The\nsimplest usage of this API is similar to `store.push`: you provide a\nnormalized hash of data and the object represented by the reference\nwill update.\n\nIf you pass a promise to `push`, Ember Data will not ask the adapter\nfor the data if another attempt to fetch it is made in the\ninterim. When the promise resolves, the underlying object is updated\nwith the new data, and the promise returned by *this function* is resolved\nwith that object.\n\nFor example, `recordReference.push(promise)` will be resolved with a\nrecord.\n\n Example\n\n ```javascript\n var userRef = store.getReference('user', 1);\n\n // provide data for reference\n userRef.push({ data: { id: 1, username: \"@user\" }}).then(function(user) {\n userRef.value() === user;\n });\n ```",
33683368
"itemtype": "method",
3369-
"name": "",
3369+
"name": "push",
33703370
"params": [
33713371
{
33723372
"name": "UNKNOWN",

0 commit comments

Comments
 (0)