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

Commit e5a9e43

Browse files
committed
Merge remote branch 'bigfix/master'
Conflicts: META.json jquery.metadata.js
2 parents 0dbb5ec + a1ce863 commit e5a9e43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

META.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": 2.0,
44
"author": [
55
"John Resig <[email protected]>",
6-
"Jörn Zaefferer <[email protected]>",
6+
"Jörn Zaefferer <[email protected]>",
77
"Paul McLanahan <[email protected]>"
88
],
99
"abstract": "Quietly extract JSON metadata contained within DOM elements.",

jquery.metadata.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
/*
22
* Metadata - jQuery plugin for parsing metadata from elements
33
*
4-
* Copyright (c) 2006 John Resig, Yehuda Katz, J�örn Zaefferer, Paul McLanahan
4+
* Copyright (c) 2006 John Resig, Yehuda Katz, Jörn Zaefferer, Paul McLanahan
55
*
66
* Dual licensed under the MIT and GPL licenses:
77
* http://www.opensource.org/licenses/mit-license.php
88
* http://www.gnu.org/licenses/gpl.html
99
*
10-
* Revision: $Id: jquery.metadata.js 4187 2007-12-16 17:15:27Z joern.zaefferer $
11-
*
1210
*/
1311

1412
/**

0 commit comments

Comments
 (0)