Author: keith
Date: Mon Dec 10 06:19:09 2007
New Revision: 10855

Log:

Adding missge var declaration



Modified:
   trunk/mashup/java/modules/samples/RESTSample/RESTSample.js

Modified: trunk/mashup/java/modules/samples/RESTSample/RESTSample.js
==============================================================================
--- trunk/mashup/java/modules/samples/RESTSample/RESTSample.js  (original)
+++ trunk/mashup/java/modules/samples/RESTSample/RESTSample.js  Mon Dec 10 
06:19:09 2007
@@ -47,6 +47,7 @@
 DeleteWeather.inputTypes = "string";
 DeleteWeather.outputType = "string";
 function DeleteWeather(city){
+var details = session.get(city);
 if (details == null) {
    throw ("Cannot find weather details of city " + city + " to update.")
 }

_______________________________________________
Mashup-dev mailing list
[email protected]
http://www.wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to