You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Andrew Grieve (JIRA)" <ji...@apache.org> on 2014/06/03 20:25:01 UTC

[jira] [Created] (CB-6854) Windows BOM in plugin JS needs to be stripped when wrapping in js-module

Andrew Grieve created CB-6854:
---------------------------------

             Summary: Windows BOM in plugin JS needs to be stripped when wrapping in js-module
                 Key: CB-6854
                 URL: https://issues.apache.org/jira/browse/CB-6854
             Project: Apache Cordova
          Issue Type: Bug
          Components: Plugman
            Reporter: Andrew Grieve
            Assignee: Andrew Grieve


This is happening right now for `ContactFieldType.js`. Once plugman processes it, it looks like:

{quote}
cordova.define("org.apache.cordova.contacts.ContactFieldType", function(require, exports, module) { <feff>/*
 *
{quote}

And browsers choke on it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)