more code comment cleanup

This commit is contained in:
Andy Gup 2015-03-26 08:41:40 -06:00
parent fac9a061b9
commit 8e87906977
2 changed files with 5 additions and 2 deletions

View File

@ -592,14 +592,14 @@ define([
};
/**
* Returns an interable array of all edits stored in the database
* Returns an iterable array of all edits stored in the database
* Each item in the array is an object and contains:
* {
* id: "internal ID",
* operation: "add, update or delete",
* layer: "layerURL",
* type: "esri Geometry Type",
* graphic: "esri.Graphic converted to JSON"
* graphic: "esri.Graphic converted to JSON then serialized"
* }
* @param callback (true, array) or (false, errorString)
*/

View File

@ -370,6 +370,9 @@
});
}
/**
* Load the feature while offline using information stored in database
*/
function loadFeatureLayerOffline(){
busStopFeatureLayer.getFeatureLayerJSONOptions(function(success,optionsObj){
if(success){