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:11 UTC

[8/9] git commit: [CB-4900] merge with latest dev branch remove .core from id

[CB-4900] merge with latest dev branch remove .core from id


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

Branch: refs/heads/master
Commit: 4aa198ad8eae20fa041a4393dedeee4eaa121041
Parents: 35d45d4 d863af7
Author: Carlos Santana <cs...@gmail.com>
Authored: Wed Sep 25 14:12:09 2013 -0400
Committer: Carlos Santana <cs...@gmail.com>
Committed: Wed Sep 25 14:12:09 2013 -0400

----------------------------------------------------------------------
 plugin.xml                   | 2 +-
 src/windows8/CompassProxy.js | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-orientation/blob/4aa198ad/src/windows8/CompassProxy.js
----------------------------------------------------------------------
diff --cc src/windows8/CompassProxy.js
index f93fa2b,3064453..d17891a
--- a/src/windows8/CompassProxy.js
+++ b/src/windows8/CompassProxy.js
@@@ -19,12 -19,11 +19,12 @@@
   *
  */
  
 -/*global Windows:true */
 +/*jslint sloppy:true */
 +/*global Windows:true, require, module, setTimeout */
  
  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')
++    CompassError = require('org.apache.cordova.device-orientation.CompassError');
  
  
  module.exports = {