* fix typo in write_point /write VRFS-2569

This commit is contained in:
Seth Call 2014-12-30 17:15:28 -06:00
parent 6058b1770a
commit a3f40b2f99
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@
"database" : gon.global.influxdb_database
});
context.stats.write = context.stats.write_point;
context.stats.write = context.stats.writePoint;
}
function initializeStun(app) {
stun = new context.JK.Stun(app);
@ -205,4 +205,4 @@
})
}
})(window, jQuery);
})(window, jQuery);