can just use options here

pull/1029/head
Rich Harris 7 years ago
parent b49e6da64c
commit ca7e90083e

@ -71,7 +71,7 @@ export function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
export function observe(key, callback, options) {

@ -97,7 +97,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -73,7 +73,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -73,7 +73,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -93,7 +93,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -85,7 +85,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -93,7 +93,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -93,7 +93,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -105,7 +105,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -85,7 +85,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -89,7 +89,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -93,7 +93,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -91,7 +91,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -108,7 +108,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -101,7 +101,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -87,7 +87,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -73,7 +73,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -73,7 +73,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -97,7 +97,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

@ -93,7 +93,7 @@ function init(component, options) {
component.options = options;
component.root = options.root || component;
component.store = component.root.store || component.root.options.store;
component.store = component.root.store || options.store;
}
function observe(key, callback, options) {

Loading…
Cancel
Save