Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d2a38e4

Browse filesBrowse files
committed
Minor JSLint compatibility update.
1 parent 1173a6a commit d2a38e4
Copy full SHA for d2a38e4

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Open diff view settings
Collapse file

‎md5.js‎

Copy file name to clipboardExpand all lines: md5.js
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,15 +255,13 @@
255255
if (!key) {
256256
if (!raw) {
257257
return hex_md5(string);
258-
} else {
259-
return raw_md5(string);
260258
}
259+
return raw_md5(string);
261260
}
262261
if (!raw) {
263262
return hex_hmac_md5(key, string);
264-
} else {
265-
return raw_hmac_md5(key, string);
266263
}
264+
return raw_hmac_md5(key, string);
267265
}
268266

269267
if (typeof define === 'function' && define.amd) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.