Skip to content

Commit

Permalink
Test of fix for ArcGIS sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur-e committed May 3, 2016
1 parent e899511 commit 735bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wicket-arcgis.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
*/

require(['esri/map', 'https://arthur-e.github.io/Wicket/wicket.js'], function(Map) {
require(['esri/map', 'wicket.js'], function(Map) {

if (!Array.prototype.map) {
Array.prototype.map = function (fun /* thisArg? */) {
Expand Down

0 comments on commit 735bf06

Please sign in to comment.