diff --git a/samples/Gruntfile.js b/samples/Gruntfile.js
index b7eec0b..243d390 100644
--- a/samples/Gruntfile.js
+++ b/samples/Gruntfile.js
@@ -74,7 +74,6 @@ module.exports = function(grunt) {
src: [
"../samples/images/*.png",
"../samples/css/*.css",
- "../vendor/IndexedDBShim/dist/*.js",
"../lib/tiles/*.png",
"../lib/tiles/*.psd",
"../utils/*.js",
diff --git a/samples/appcache-features.appcache b/samples/appcache-features.appcache
index f5c2f2f..22587af 100644
--- a/samples/appcache-features.appcache
+++ b/samples/appcache-features.appcache
@@ -47,8 +47,6 @@ http://js.arcgis.com/3.14/esri/nls/jsapi_en-us.js
../samples/images/blue-pin.png
../samples/images/red-pin.png
../samples/css/modular-popup.css
-../vendor/IndexedDBShim/dist/indexeddbshim.js
-../vendor/IndexedDBShim/dist/indexeddbshim.min.js
../lib/tiles/blank_map_tile.png
../lib/tiles/notile.png
../lib/tiles/notile.psd
diff --git a/samples/appcache-features.html b/samples/appcache-features.html
index 96750b7..b5215ea 100644
--- a/samples/appcache-features.html
+++ b/samples/appcache-features.html
@@ -131,9 +131,10 @@
}
-
+ Include a reference to IndexedDBShim for library to work on Safari 7.x.
+ May not be required for all Safari browsers.
+ -->
+
-
+
+
+
+
diff --git a/samples/appcache-twofeatureslayer-noedit.html b/samples/appcache-twofeatureslayer-noedit.html
index 6b73469..7590456 100644
--- a/samples/appcache-twofeatureslayer-noedit.html
+++ b/samples/appcache-twofeatureslayer-noedit.html
@@ -136,9 +136,10 @@
}
-
+ Include a reference to IndexedDBShim for library to work on Safari 7.x.
+ May not be required for all Safari browsers.
+ -->
+
-
+
+