Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created August 20, 2016 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/bda4b00dfe81634528d300ce805f4bac to your computer and use it in GitHub Desktop.
Save goofmint/bda4b00dfe81634528d300ce805f4bac to your computer and use it in GitHub Desktop.
6.md
'.sampleDiv click': function(context, $el) {
// 既にposition-setクラスを持つ吹き出しがあったら削除する
var $arrowbox = this.$find('.position-set');
// 吹き出しの要素からArrowBoxインスタンスを取得
var preArrowbox = this._arrowboxController.getArrowBoxFromElement($arrowbox);
// 吹き出しをdispose
preArrowbox && preArrowbox.dispose();
:
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment