updated library reference for attachmentsStore

This commit is contained in:
Andy Gup 2014-09-03 16:32:34 -06:00
parent 12f1dd9754
commit 5d87be2ddb

View File

@ -1,7 +1,5 @@
define([
"edit/attachmentsStore",
"dojo/Evented",
"dojo/_base/Deferred",
"dojo/promise/all",
@ -17,7 +15,7 @@ define([
"esri/symbols/SimpleLineSymbol",
"esri/symbols/SimpleFillSymbol",
"esri/urlUtils"],
function(AttachmentsStore,
function(
Evented,Deferred,all,declare,array,domAttr,domStyle,query,
esriConfig,GraphicsLayer,Graphic,SimpleMarkerSymbol,SimpleLineSymbol,SimpleFillSymbol,urlUtils)
{
@ -59,7 +57,7 @@ define([
try
{
this.attachmentsStore = new AttachmentsStore();
this.attachmentsStore = new O.esri.Edit.AttachmentsStore();
if( /*false &&*/ this.attachmentsStore.isSupported() )
{
@ -102,7 +100,7 @@ define([
}
return true;
}
alert("The File APIs are not fully supported in this browser.");
console.log("The File APIs are not fully supported in this browser.");
return false;
},