You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/02/06 01:11:53 UTC

js commit: fixed some minor whitespace issues

Updated Branches:
  refs/heads/master ac725f6ae -> b5cd734b7


fixed some minor whitespace issues


Project: http://git-wip-us.apache.org/repos/asf/cordova-js/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-js/commit/b5cd734b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-js/tree/b5cd734b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-js/diff/b5cd734b

Branch: refs/heads/master
Commit: b5cd734b7a5381cd5e1da90e0e0690f4baef0af8
Parents: ac725f6
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Feb 5 16:15:28 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Feb 5 16:15:28 2013 -0800

----------------------------------------------------------------------
 lib/blackberry/plugin/webworks/media.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-js/blob/b5cd734b/lib/blackberry/plugin/webworks/media.js
----------------------------------------------------------------------
diff --git a/lib/blackberry/plugin/webworks/media.js b/lib/blackberry/plugin/webworks/media.js
index 21c2328..a141a99 100644
--- a/lib/blackberry/plugin/webworks/media.js
+++ b/lib/blackberry/plugin/webworks/media.js
@@ -30,7 +30,7 @@ module.exports = {
 
         var id = args[0],
             src = args[1];
-        
+
         if (typeof src == "undefined"){
             audioObjects[id] = new Audio();
         } else {