Skip to content

Commit

Permalink
Merge branch 'erikpena-patch-2'
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Jan 8, 2015
2 parents 320ffbe + cb419eb commit 38c6bfb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ui-ace.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ angular.module('ui.ace', [])
if (angular.isDefined(opts.useSoftTabs)) {
session.setUseSoftTabs(opts.useSoftTabs);
}
if (angular.isDefined(opts.showPrintMargin)) {
acee.setShowPrintMargin(opts.showPrintMargin);
}

// commands
if (angular.isDefined(opts.disableSearch) && opts.disableSearch) {
Expand Down

0 comments on commit 38c6bfb

Please sign in to comment.