Skip to content

Commit

Permalink
udpate for 3.34
Browse files Browse the repository at this point in the history
  • Loading branch information
odoe committed Oct 8, 2020
1 parent 6a24695 commit e013c5a
Show file tree
Hide file tree
Showing 5,157 changed files with 14,572 additions and 13,988 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 3 additions & 3 deletions ArcadeExpression.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Color.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// COPYRIGHT © 2020 Esri
// COPYRIGHT © 201 Esri
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
Expand All @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.33/esri/copyright.txt for details.
// See http://js.arcgis.com/3.34/esri/copyright.txt for details.

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}));
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}));
6 changes: 3 additions & 3 deletions Credential.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// COPYRIGHT © 2020 Esri
// COPYRIGHT © 201 Esri
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
Expand All @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.33/esri/copyright.txt for details.
// See http://js.arcgis.com/3.34/esri/copyright.txt for details.

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}));
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}));
6 changes: 3 additions & 3 deletions Evented.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions IdentityManager.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// COPYRIGHT © 2020 Esri
// COPYRIGHT © 201 Esri
//
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
Expand All @@ -20,6 +20,6 @@
//
// email: contracts@esri.com
//
// See http://js.arcgis.com/3.33/esri/copyright.txt for details.
// See http://js.arcgis.com/3.34/esri/copyright.txt for details.

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}));
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}));
6 changes: 3 additions & 3 deletions IdentityManagerBase.js

Large diffs are not rendered by default.

Loading

0 comments on commit e013c5a

Please sign in to comment.