Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Master #157

Merged
merged 2 commits into from Sep 16, 2016
Merged

Master #157

merged 2 commits into from Sep 16, 2016

Conversation

diminglei
Copy link
Contributor

Dojo collapse doesn't work with latest dojo version, in dojo bootstrap, support.js uses dojo lang.isArray to check if data is array, which returns false even when data is an array since Dojo lang has changed the way to check an array, it causes collapse not working. The solution is to use JavaScript data instanceof Array instead of dojo lang.isArray

Dojo collapse doesn't work with latest dojo version, in dojo bootstrap, support.js uses dojo lang.isArray to check if data is array, which returns false even when data is an array since Dojo lang has changed the way to check an array, it causes collapse not working. The solution is to use JavaScript  data instanceof Array instead of dojo lang.isArray
Fix collapse issue with latest dojo version
@tomwayson tomwayson self-assigned this Sep 14, 2016
@xsokev xsokev merged commit b54558f into xsokev:master Sep 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants