Skip to content

Commit

Permalink
Removing extra window.phonegap definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey Heifetz committed Aug 10, 2011
1 parent 2b3d1af commit e6dd271
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions javascript/blackberry/blackberryPluginManager.js
Expand Up @@ -6,10 +6,6 @@
* Copyright (c) 2011, Research In Motion Limited.
*/

//BlackBerry attaches the Java plugin manager at phonegap.PluginManager, we go to the same
//spot for compatibility
if (!window.phonegap) { window.phonegap = {}; }

window.phonegap.PluginManager = (function (webworksPluginManager) {
"use strict";

Expand Down
2 changes: 0 additions & 2 deletions javascript/playbook/playBookPluginManager.js
Expand Up @@ -7,8 +7,6 @@
* Copyright (c) 2011, Research In Motion Limited.
*/

if (!window.phonegap) { window.phonegap = {}; }

phonegap.PluginManager = (function (webworksPluginManager) {
"use strict";

Expand Down

0 comments on commit e6dd271

Please sign in to comment.