Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
farthinker committed Sep 15, 2014
1 parent a0746f8 commit 8eb26ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lib/simditor-all.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/simditor.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion site/assets/scripts/simditor-all.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/buttons/image.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ class ImagePopover extends Popover
@widthEl.val width

unless onlySetVal
@target.css
@target.attr
width: width || value
height: height || value

Expand Down
2 changes: 1 addition & 1 deletion src/simditor.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3229,7 +3229,7 @@ class ImagePopover extends Popover
@widthEl.val width

unless onlySetVal
@target.css
@target.attr
width: width || value
height: height || value

Expand Down

0 comments on commit 8eb26ef

Please sign in to comment.