Sylvain Bréjeon created CB-12395:
------------------------------------
Summary: Preventing plugins to clutter global namespace
Key: CB-12395
URL: https://issues.apache.org/jira/browse/CB-12395
Project: Apache Cordova
Issue Type: Wish
Components: AllPlugins
Reporter: Sylvain Bréjeon
Priority: Minor
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
{quote}
<js-module src="www/device.js" name="device">
<clobbers target="device" />
</js-module>
{quote}
one would find the plugin at *cordova.plugins.device*
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]