Skip to content

Commit

Permalink
Merge 383a2f2 into dc5ab34
Browse files Browse the repository at this point in the history
  • Loading branch information
enkodellc committed May 29, 2014
2 parents dc5ab34 + 383a2f2 commit c0a6dbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/textAngularToolbar.spec.js
Expand Up @@ -13,7 +13,7 @@ describe('textAngularToolbar', function(){
taOptions.toolbar = [
['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'p', 'pre', 'quote', 'active'],
['bold', 'italics', 'underline', 'ul', 'ol', 'redo', 'undo', 'clear'],
['justifyLeft','justifyCenter','justifyRight'],
['justifyLeft','justifyCenter','justifyRight','indent','outdent'],
['html', 'insertImage', 'insertLink', 'unlink']
];
}));
Expand Down Expand Up @@ -561,4 +561,4 @@ describe('textAngularToolbar', function(){
});
// action is called in correct deferred pattern
});
});
});

0 comments on commit c0a6dbc

Please sign in to comment.