codesite-noreply at google.com
2010-May-23 22:33 UTC
[Mapstraction] [mapstraction] r85 committed - Syntax error.
Revision: 85
Author: dezfowler
Date: Sun May 23 15:32:37 2010
Log: Syntax error.
http://code.google.com/p/mapstraction/source/detail?r=85
Modified:
/trunk/source/mxn.googleearth.core.js
======================================--- /trunk/source/mxn.googleearth.core.js
Sun May 23 14:57:38 2010
+++ /trunk/source/mxn.googleearth.core.js Sun May 23 15:32:37 2010
@@ -15,7 +15,7 @@
initMap();
},
function failureCallback(object) {
- throw ''Failed to create Google Earth map'');
+ throw ''Failed to create Google Earth map'';
}
);