Skip to content

Commit

Permalink
fix: remove extra Now from dual dialog tag call (#162)
Browse files Browse the repository at this point in the history
dual dialog tag helper will add the `Now`, which would make this `textStyleNow` + `textStyleNowNow`
  • Loading branch information
seleb authored Aug 1, 2020
1 parent be7f9b7 commit a4ad2a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textbox styler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@file textbox styler
@summary customize the style and properties of the textbox
@license MIT
@version 1.0.3
@version 1.0.4
@requires Bitsy Version: 6.1
@author Dana Holdampf & Sean S. LeBlanc
Expand Down Expand Up @@ -730,7 +730,7 @@ var textboxStyler = window.textboxStyler = {
// Applies only a Style's defined attributes to the current textbox style.
// {style "StyleName"}
// {textStyleNow "StyleName"}
addDualDialogTag('textStyleNow', function (_environment, parameters) {
addDualDialogTag('textStyle', function (_environment, parameters) {
textboxStyler.style(parameters[0]);
});

Expand Down

0 comments on commit a4ad2a6

Please sign in to comment.