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

[1/2] git commit: CB-4889 renaming core in CompassProxy

Updated Branches:
  refs/heads/dev b98dd172f -> 289905f30


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/dev
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 = {


[2/2] git commit: Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation into dev

Posted by an...@apache.org.
Merge branch 'dev' of https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation into dev


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/289905f3
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/tree/289905f3
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/diff/289905f3

Branch: refs/heads/dev
Commit: 289905f30c0bc6301d55a4b5fa1905eb92751bcb
Parents: 9c17364 b98dd17
Author: Anis Kadri <an...@apache.org>
Authored: Wed Sep 25 16:04:17 2013 +0200
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 16:04:17 2013 +0200

----------------------------------------------------------------------
 CHANGELOG.md                 | 25 -------------------------
 RELEASENOTES.md              | 25 +++++++++++++++++++++++++
 src/windows8/CompassProxy.js |  2 +-
 3 files changed, 26 insertions(+), 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/289905f3/src/windows8/CompassProxy.js
----------------------------------------------------------------------