ldarren / pico-client

pico html5 framework
1 stars 1 forks source link

add step signal step #12

Closed ldarren closed 10 years ago

ldarren commented 10 years ago

current only provide pulse signal type, should add step signal for state changes

ldarren commented 10 years ago

added

pico.step(channelName, [event])

if event === undefined, signal is stepdown, all connected slot will be notified if event !== undefined, signal is stepUp, all connected slot and future connect slots will be notified