Commit 237ccd05 by Иван Кубота

Store sub global method

parent e9eee8aa
......@@ -1125,7 +1125,8 @@ Store.Value = {
}
};
var _Store = new Store();
Store.sub = _Store.sub.bind(_Store);
typeof module === 'object' && (module.exports = Store);
(typeof window === 'object') && (window.Store = Store);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment