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

Fix RegExp Issue in older versions of Safari #643

Merged
merged 6 commits into from
Mar 9, 2018

Commits on Mar 7, 2018

  1. Fix RegExp Issue in older versions of Safari

    Error is: TypeError: Cannot supply flags when constructing one RegExp from another.  
    
    Discussion here: https://stackoverflow.com/questions/37919802/regex-created-with-constructor-not-working-with-safari
    swftvsn authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    0de279e View commit details
    Browse the repository at this point in the history
  2. Update browser-provider.ts

    swftvsn authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    d225498 View commit details
    Browse the repository at this point in the history
  3. Update browser-provider.ts

    swftvsn authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    068a020 View commit details
    Browse the repository at this point in the history
  4. Update browser-provider.ts

    swftvsn authored Mar 7, 2018
    Configuration menu
    Copy the full SHA
    a92a077 View commit details
    Browse the repository at this point in the history
  5. Fix RegExp Issue in older versions of Safari

    Error is: TypeError: Cannot supply flags when constructing one RegExp from another.
    
    Discussion here: https://stackoverflow.com/questions/37919802/regex-created-with-constructor-not-working-with-safari
    swftvsn authored and lemontree10 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    7885ef3 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'patch-1' of https://github.com/swftvsn/flex-layout into…

    … patch-1
    lemontree10 authored and lemontree10 committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    2d785fa View commit details
    Browse the repository at this point in the history