[Frontend] Removing glyph definitions; updating tests

Fixes #1047
Search and removal of "glyph" definitions in bundle
and other JS files; updating tests accordingly;
This commit is contained in:
Charles Hacskaylo
2016-07-25 10:20:33 -07:00
parent 574b8bd5c1
commit 650fbcc921
34 changed files with 22 additions and 102 deletions

View File

@ -313,7 +313,7 @@ define(
/**
* Get the current mode that is applicable to this plot. This
* will include key, name, and glyph fields.
* will include key, name, and cssclass fields.
*/
PlotController.prototype.getMode = function () {
return this.modeOptions.getMode();