mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
Typo: unbalanced parenthesis.
This commit is contained in:
@@ -184,6 +184,6 @@ public class WebIntent extends Plugin {
|
||||
intent.putExtra(key, value);
|
||||
}
|
||||
|
||||
((DroidGap) this.ctx)).sendBroadcast(intent);
|
||||
((DroidGap) this.ctx).sendBroadcast(intent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user