Added mapping for compassAPI
diff --git a/js/phonegap-core.js b/js/phonegap-core.js
index 2f660f1..5efb6bf 100644
--- a/js/phonegap-core.js
+++ b/js/phonegap-core.js
@@ -395,6 +395,7 @@
 PhoneGap.plugins['navigator.accelerometer'] = accelerometerAPI;
 PhoneGap.plugins['navigator.application'] = applicationAPI;
 PhoneGap.plugins['navigator.camera'] = cameraAPI;
+PhoneGap.plugins['navigator.compass'] = compassAPI;
 PhoneGap.plugins['window.debug'] = debugAPI;
 PhoneGap.plugins['navigator.device'] = deviceAPI;
 PhoneGap.plugins['navigator.geolocation'] = geolocationAPI;