Skip to content

Allow import of symbols containing "." (a dot) from js to browser.window...#1

Open
edisno wants to merge 1 commit into
masterfrom
edisno-allow-js-import-dots-to-underscore
Open

Allow import of symbols containing "." (a dot) from js to browser.window...#1
edisno wants to merge 1 commit into
masterfrom
edisno-allow-js-import-dots-to-underscore

Conversation

@edisno

@edisno edisno commented Apr 14, 2015

Copy link
Copy Markdown
Owner

... namespace

By replacing the dot with an underscore. This allows javascript.load to import symbols such as "jQuery.jqx", which will be available as browser.window.jQuery_jqx. Or is there perhaps a better way to do this cleanly, without a patch?

…dow namespace

By replacing the dot with an underscore.  This allows javascript.load to import symbols such as "jQuery.jqx", which will be available as browser.window.jQuery_jqx.   Or is there perhaps a better way to do this cleanly, without a patch?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant