diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:18 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2013-09-06 20:31:18 +0200 |
commit | 1a25f21dc3033695be1b0ff8924c4b633e1dda46 (patch) | |
tree | e6293c000cf9fcaf79d898b70fdcf450c1716d76 /src/var/hasOwn.js | |
parent | 1f16b168594f5b98341fd7db0b9fb5b3e84217c8 (diff) | |
download | jquery-1a25f21dc3033695be1b0ff8924c4b633e1dda46.tar.gz jquery-1a25f21dc3033695be1b0ff8924c4b633e1dda46.zip |
No ticket. Restore checking individual src/**/*.js files by jsHint.
Diffstat (limited to 'src/var/hasOwn.js')
-rw-r--r-- | src/var/hasOwn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/var/hasOwn.js b/src/var/hasOwn.js index 2fd59e1f7..32c002aff 100644 --- a/src/var/hasOwn.js +++ b/src/var/hasOwn.js @@ -2,4 +2,4 @@ define([ "./class2type" ], function( class2type ) { return class2type.hasOwnProperty; -});
\ No newline at end of file +}); |