general code comment cleanup

This commit is contained in:
Andy Gup 2015-03-24 11:48:08 -06:00
parent 386c0b7009
commit 08ea99035b

View File

@ -75,6 +75,8 @@
<!--</script>--> <!--</script>-->
<script src="../vendor/offline/offline.min.js"></script> <script src="../vendor/offline/offline.min.js"></script>
<script> <script>
// This options sets up an image that the offline status detection library
// will use to ping to see if app is online or offline.
Offline.options = { Offline.options = {
checks: { checks: {
image: { image: {
@ -95,11 +97,14 @@
} }
} }
</script> </script>
<!-- Required when using the offline-editor-js library with Safari --> <!--
Required when using the offline-editor-js library with Safari.
-->
<script src="../vendor/IndexedDBShim/dist/IndexedDBShim.js"></script> <script src="../vendor/IndexedDBShim/dist/IndexedDBShim.js"></script>
<!-- <!--
This is a locally hosted optimized build of the ArcGIS JS API This is a locally hosted optimized build of the ArcGIS JS API.
The optimizer creates a single JavaScript file that you can host yourself.
To create your own optimized build go to: http://http://jso.arcgis.com/ To create your own optimized build go to: http://http://jso.arcgis.com/
--> -->
<script src="../samples/jsolib/dojo.js" data-dojo-config="async: true"></script> <script src="../samples/jsolib/dojo.js" data-dojo-config="async: true"></script>
@ -131,7 +136,7 @@
</div> </div>
</div> </div>
<!-- Stub for modal popup --> <!-- Stub for modal editing popup -->
<div id="modal-popup"></div> <div id="modal-popup"></div>
<script> <script>
@ -185,16 +190,6 @@
mediaQueries(); mediaQueries();
initModalPopup(); initModalPopup();
// var editsStore = new O.esri.Edit.EditStore();
// editsStore.init(function(success){
// if(success){
//
// }
// else{
// alert("Unable to initialize database.");
// }
// });
/** /**
* There have been a few bugs in the offline detection library (offline.min.js) * There have been a few bugs in the offline detection library (offline.min.js)
* This is a utility check to 100% validate if the application is online or * This is a utility check to 100% validate if the application is online or