Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a try catch around set RTL #1950

Merged
merged 3 commits into from
Jun 7, 2017

Conversation

soorajpurandare
Copy link
Contributor

@soorajpurandare soorajpurandare commented Jun 6, 2017

Pull request checklist

  • Addresses an existing issue: Fixes #0000
  • Include a change request file using $ npm run change

Description of changes

(give an overview)

Focus areas to test

(optional)

@msftclas
Copy link

msftclas commented Jun 6, 2017

@soorajpurandare,
Thanks for having already signed the Contribution License Agreement. Your agreement has not been validated yet. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

localStorage.setItem('isRTL', isRTL ? '1' : '0');
try {
localStorage.setItem('isRTL', isRTL ? '1' : '0');
} catch (e) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it looks like the comment may not be closed properly

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Member

@dzearing dzearing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a rush change file to update utilities.
If your remote for the officedev repo is called "upstream", you can run npm run change -- -b upstream/master

@dzearing dzearing merged commit f382123 into microsoft:master Jun 7, 2017
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants