Details
-
Wish
-
Status: Closed
-
Minor
-
Resolution: Won't Do
-
None
-
None
Description
Prevent cluttering the global namespace by putting all plugins under a common namespace that could be cordova.plugins
A few plugins have already made that move.
For instance with
<js-module src="www/device.js" name="device">
<clobbers target="device" />
</js-module>
one would find the plugin at cordova.plugins.device