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

Levelbuilder Clean Up: Remove all edit file #35162

Merged
merged 8 commits into from Jun 8, 2020
Merged

Conversation

dmcavoy
Copy link
Contributor

@dmcavoy dmcavoy commented Jun 5, 2020

In preparation for the final clean up the files for editing levels this moves things out of the all editor so they can easily be moved to other files.

@dmcavoy dmcavoy changed the base branch from staging to karel-edit June 5, 2020 14:05
@dmcavoy dmcavoy changed the title Remove all file Levelbuilder Clean Up: Remove all edit file Jun 5, 2020
Base automatically changed from karel-edit to staging June 6, 2020 13:08
Comment on lines +1 to +7
/* global levelbuilder */
import $ from 'jquery';

$(document).ready(initPage);

function initPage() {
levelbuilder.jsonEditor('#callout_editor', {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is fine for now, but we should think about getting rid of the pattern of defining globals in levelbuilder.js in the future.

@dmcavoy dmcavoy merged commit fd124dc into staging Jun 8, 2020
@dmcavoy dmcavoy deleted the remove-all-file branch June 8, 2020 23:28
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