You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/09/27 00:25:08 UTC

[5/9] git commit: CB-4889 renaming core in CompassProxy

CB-4889 renaming core in CompassProxy


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/commit/9c17364c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/9c17364c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/9c17364c

Branch: refs/heads/master
Commit: 9c17364cb97730320ffe040c5e1ee238fd4125cc
Parents: f5c4c49
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 16:04:02 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:04:02 2013 +0200

----------------------------------------------------------------------
 src/windows8/CompassProxy.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/9c17364c/src/windows8/CompassProxy.js
----------------------------------------------------------------------
diff --git a/src/windows8/CompassProxy.js b/src/windows8/CompassProxy.js
index 718d811..8c62fc7 100644
--- a/src/windows8/CompassProxy.js
+++ b/src/windows8/CompassProxy.js
@@ -1,4 +1,4 @@
-cordova.define("org.apache.cordova.core.device-orientation.CompassProxy", function(require, exports, module) {/*
+cordova.define("org.apache.cordova.device-orientation.CompassProxy", function(require, exports, module) {/*
  *
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -22,8 +22,8 @@ cordova.define("org.apache.cordova.core.device-orientation.CompassProxy", functi
 /*global Windows:true */
 
 var cordova = require('cordova'),
-    CompassHeading = require('org.apache.cordova.core.device-orientation.CompassHeading'),
-    CompassError = require('org.apache.cordova.core.device-orientation.CompassError')
+    CompassHeading = require('org.apache.cordova.device-orientation.CompassHeading'),
+    CompassError = require('org.apache.cordova.device-orientation.CompassError')
 
 
 module.exports = {