Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

package v1.8.7 on npm is not up to date with the code in the repo #236

@hadason

Description

@hadason

The last commit is missing from the package on npm (v1.8.7). (https://www.npmjs.com/package/angular-ui-mask)

The following code is not part of the mask.js file in the dist folder:

catch (ex) {
  //this is for certain mobile browsers that have the Event object
  //but don't support the Event constructor #168
  change = document.createEvent('HTMLEvents');
  change.initEvent('change', false, true);
} finally {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions