Initial patch.
[vuplus_webkit] / Websites / webkit.org / demos / calendar / LocationImage.js
diff --git a/Websites/webkit.org/demos/calendar/LocationImage.js b/Websites/webkit.org/demos/calendar/LocationImage.js
new file mode 100644 (file)
index 0000000..382aa6e
--- /dev/null
@@ -0,0 +1,15 @@
+function LocationImage() 
+{
+
+}
+
+LocationImage.prototype.requestLocationImage = function(address, callback)
+{
+
+}
+
+
+LocationImage.prototype.geocodeResultReceived = function(point, callback)
+{
+
+}