AppDispatcher.register((action) => { switch (action.type) { case bankConstants.CREATED_ACCOUNT: balance = 0; __emitter.emit(CHANGE_EVENT); break; ...
確定! 回上一頁