「Galleria theme Classic」に基づいてカスタムテーマを構築しようとしていますが、ボタンでクラスをトリガーするのに苦労しています。
this.addElement('play').appendChild('container','play');
var g = this;
this.$('play').text('Play').bind('mouseup', function() {
g.playToggle();
g.toggleClass("highlight"); // - This line don't work
});
@TypeError: g.toggleClass is not a function@ というエラーが表示されます