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

Refactor/migrate filmstrip and workspace functions out of dahuapp module. #102

Open
barraq opened this issue Jul 9, 2014 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@barraq
Copy link
Member

barraq commented Jul 9, 2014

Some functions in dahuapp main module are not supposed to be there (see below). Those functions must be moved to controllers, views, models.

    // @todo remove this from here
    events.on('app:filmstrip:onScreenSelected', function(screen) {
        onScreenSelect(screen);
    });
    // @todo remove this from here
    events.on('app:workspace:tooltips:new', function() {
        onTooltipAdd();
    });
    // @todo remove this from here
    events.on('app:workspace:tooltips:edit', function(tooltip) {
        onTooltipEdit(tooltip);
    });
@barraq barraq added this to the 0.4 (Next) milestone Jul 9, 2014
@barraq barraq added the core label Jul 9, 2014
@barraq barraq self-assigned this Jul 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant