Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Webix to be used from Meteor packages #210

Merged
merged 1 commit into from
Mar 10, 2015

Conversation

dandv
Copy link
Contributor

@dandv dandv commented Feb 19, 2015

I've created a Webix package for Meteor that properly wraps it up and solves the load order issues.

The only change that was necessary was the removal of this if(!window.webix) webix = {}; statement. It seems redundant at line 18,643, since it's already present at the very beginning of the file. In my tests, Webix functions perfectly with this new change.

PS: I've added you as a collaborator to the meteor-webix repo.

mkozhukh added a commit that referenced this pull request Mar 10, 2015
Allow Webix to be used from Meteor packages
@mkozhukh mkozhukh merged commit 58878f2 into webix-hub:master Mar 10, 2015
@dandv dandv deleted the meteor-integration branch April 27, 2015 07:33
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.

None yet

2 participants