The first argument of `service.register` (`options.KSService` in your example) should be the same string with what native registered. The document assumed the `options` variable is passed form native, it's unnecessary for js service. We'll revise it later.
> `service.register` 的第一个参数应该和 native 注册名称一样的字符串,文档例子里假设客户端已经把 options > 变量传过去了(有助于确保注册名一致),其实不是必须的,稍后文档里改掉。 [ Full content available at: https://github.com/apache/incubator-weex/issues/1513 ] This message was relayed via gitbox.apache.org for [email protected]
