Denis Ivanov

Results 12 comments of Denis Ivanov

Why not use something like this: 'var vent = _.extend({}, Backbone.Events)' And then: vent.trigger('someevent', somedata) vent.on('someevent', handlerFn, this)

I have it triggered 6 times.

same issue. the repository is under the organization

> @kegorgas While we work on a permanent solution to this bug, we have gone ahead and fixed the issue for your account/app in order to unblock you. Please try...

try to add regex to match numerical values: `data-validation-regex-regex="[0-9]+"`

+1 may have to work on this in a fork...

I wonder what's the challenge with enabling mocks for functions with layers? From what I saw, we just need to setup the correct `NODE_PATH` to the layer modules during runtime...

For app modules I would also include templates, unit tests and css in there.

> Here is the method I have managed to use for my project, in case it's any use to others. It allowed me to access a custom stack's state machine...