0.8 released

This commit is contained in:
rlagutin
2014-06-09 17:55:15 +04:00
parent 545be98ee4
commit aedc787ca9
17 changed files with 2117 additions and 1782 deletions

View File

@@ -61,6 +61,7 @@ function createChart() {
ChartApiInstance.setEnabledStudiesList(JSON.parse(urlParams.enabledStudies));
}
__defaultsOverrides = JSON.parse(urlParams.overrides);
var savedContent = !!window.parent.__TVSavedChart
? window.parent.__TVSavedChart
@@ -373,6 +374,10 @@ function createChart() {
pm.post(window.parent, 'onAutoSaveNeeded', tick);
});
GlobalEventsStorage.subscribe("onMarkClick", function(markID) {
pm.post(window.parent, 'onMarkClick', markID);
});
})();
};