Skip to content

Commit

Permalink
chore(release): Build Dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
pbassut committed Jan 16, 2016
1 parent aa35c02 commit cfeebf5
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 34 deletions.
2 changes: 1 addition & 1 deletion dist/textAngular-rangy.min.js

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions dist/textAngular-sanitize.js
Original file line number Diff line number Diff line change
Expand Up @@ -535,6 +535,14 @@ function validStyles(styleAttr){
|| value === 'justify'
)
||
key === 'text-decoration' && (
value === 'underline'
|| value === 'line-through'
)
|| key === 'font-weight' && (
value === 'bold'
)
||
key === 'float' && (
value === 'left'
|| value === 'right'
Expand Down
2 changes: 1 addition & 1 deletion dist/textAngular-sanitize.min.js

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

Loading

0 comments on commit cfeebf5

Please sign in to comment.