Permalink
Browse files
refactor(*): rename internal function `int` to `toInt`
Renamed the internal function `int` to `toInt` as `int` is a reserved word Closes #7768
- Loading branch information
Showing
with
28 additions
and 28 deletions.
- +1 −1 src/.jshintrc
- +2 −2 src/Angular.js
- +2 −2 src/ng/directive/validators.js
- +7 −7 src/ng/filter/filters.js
- +1 −1 src/ng/filter/limitTo.js
- +1 −1 src/ng/location.js
- +1 −1 src/ng/sniffer.js
- +8 −8 src/ngMock/angular-mocks.js
- +1 −1 test/.jshintrc
- +2 −2 test/ng/directive/inputSpec.js
- +2 −2 test/ng/directive/validatorsSpec.js