Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

fix bug: device discovery cannot recognize sparkfun thing dev #229

Merged
merged 3 commits into from
Apr 11, 2017

Conversation

testforstephen
Copy link
Contributor

@msftclas
Copy link

@testforstephen,
Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA.
Thanks,
Microsoft Pull Request Bot

* @argument {string} padString
*/
export function padStart(sourceString: string, targetLength: number, padString?: string): string {
if (!String.prototype.padStart) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Null check for sourceString

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