Skip to content

Commit

Permalink
um, this was overwriting all other plugins. bad ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse MacFadyen committed Oct 6, 2010
1 parent 846fa63 commit 571c4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NativeControls/iPhone/NativeControls.js 100755 → 100644
Expand Up @@ -140,7 +140,7 @@ NativeControls.prototype.setToolBarTitle = function(title)

PhoneGap.addConstructor(function()
{
if(window.plugins)
if(!window.plugins)
{
window.plugins = {};
}
Expand Down

0 comments on commit 571c4ee

Please sign in to comment.