Skip to content

Commit e013c5a

Browse files
committed
udpate for 3.34
1 parent 6a24695 commit e013c5a

File tree

5,157 files changed

+14572
-13988
lines changed

Some content is hidden

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

5,157 files changed

+14572
-13988
lines changed

ArcadeExpression.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Color.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// COPYRIGHT © 2020 Esri
1+
// COPYRIGHT © 201 Esri
22
//
33
// All rights reserved under the copyright laws of the United States
44
// and applicable international laws, treaties, and conventions.
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.33/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.34/esri/copyright.txt for details.
2424

25-
define(["dojo/_base/declare","dojo/_base/Color","dojo/has","./kernel"],(function(o,r,e,n){var a=o([r],{declaredClass:"esri.Color"});a.toJsonColor=function(o){return o&&[o.r,o.g,o.b,o.a>1?o.a:Math.round(255*o.a)]},a.toDojoColor=function(o){return o&&new a([o[0],o[1],o[2],o[3]/255])};var l,t=["named","blendColors","fromRgb","fromHex","fromArray","fromString"];for(l=0;l<t.length;l++)a[t[l]]=r[t[l]];return e("extend-esri")&&(n.Color=a),a}));
25+
define(["dojo/_base/declare","dojo/_base/Color","dojo/has","./kernel"],(function(o,r,e,n){var a=o([r],{declaredClass:"esri.Color"});a.toJsonColor=function(o){return o&&[o.r,o.g,o.b,o.a>1?o.a:Math.round(255*o.a)]},a.toDojoColor=function(o){return o&&new a([o[0],o[1],o[2],o[3]/255])};var l,t=["named","blendColors","fromRgb","fromHex","fromArray","fromString"];for(l=0;l<t.length;l++)a[t[l]]=r[t[l]];return e("extend-esri")&&(n.Color=a),a}));

Credential.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// COPYRIGHT © 2020 Esri
1+
// COPYRIGHT © 201 Esri
22
//
33
// All rights reserved under the copyright laws of the United States
44
// and applicable international laws, treaties, and conventions.
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.33/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.34/esri/copyright.txt for details.
2424

25-
define(["dojo/_base/declare","dojo/has","./kernel","./IdentityManagerBase"],(function(e,n,a,r){var d=e(r.Credential,{});return n("extend-esri")&&(a.Credential=d),d}));
25+
define(["dojo/_base/declare","dojo/has","./kernel","./IdentityManagerBase"],(function(e,n,a,r){var d=e(r.Credential,{});return n("extend-esri")&&(a.Credential=d),d}));

Evented.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

IdentityManager.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// COPYRIGHT © 2020 Esri
1+
// COPYRIGHT © 201 Esri
22
//
33
// All rights reserved under the copyright laws of the United States
44
// and applicable international laws, treaties, and conventions.
@@ -20,6 +20,6 @@
2020
//
2121
// email: contracts@esri.com
2222
//
23-
// See http://js.arcgis.com/3.33/esri/copyright.txt for details.
23+
// See http://js.arcgis.com/3.34/esri/copyright.txt for details.
2424

25-
define(["./IdentityManagerDialog","./kernel","./OAuthSignInHandler","dojo/_base/declare"],(function(e,n,i,a){var d=new e;return n.id=a.safeMixin(d,i),n.id}));
25+
define(["./IdentityManagerDialog","./kernel","./OAuthSignInHandler","dojo/_base/declare"],(function(e,n,i,a){var d=new e;return n.id=a.safeMixin(d,i),n.id}));

IdentityManagerBase.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)