Skip to content
This repository has been archived by the owner on Aug 29, 2019. It is now read-only.

Commit

Permalink
First stab at a build script
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalBush committed Mar 26, 2011
1 parent 8990967 commit c5f99d3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

.idea/*
.idea/*
dist/*
6 changes: 3 additions & 3 deletions src/jquery.maskedinput.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
Masked Input plugin for jQuery
Copyright (c) 2007-2010 Josh Bush (digitalbush.com)
Copyright (c) 2007-@Year Josh Bush (digitalbush.com)
Licensed under the MIT license (http://digitalbush.com/projects/masked-input-plugin/#license)
Version: 1.2.3
Version: @version
*/
(function($) {
var pasteEventName = ($.browser.msie ? 'paste' : 'input') + ".mask";
Expand Down Expand Up @@ -255,4 +255,4 @@
});
}
});
})(jQuery);
})(jQuery);

0 comments on commit c5f99d3

Please sign in to comment.