Skip to content

Commit 6fd042d

Browse files
alancutterericwilligers
authored andcommitted
Minor fixes to doc and spelling
1 parent 4b1d111 commit 6fd042d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extension-api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ WebAnimationsPolyfillExtension.register({
5353
},
5454
},
5555
},
56-
applyHook: function(values, style) {
56+
applyHook: function(values) {
5757
var heat = values.heat;
5858
if (heat == undefined) {
5959
return null;

src/extension-api.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
// extension API and avoid this format conversion function.
6666
function merge(start, end) {
6767
var result = params.merge(start, end);
68-
return [result.start, result.end, result.serialise];
68+
return [result.start, result.end, result.serialize];
6969
}
7070
scope.addPropertyHandler(params.parse, merge, property);
7171
}

0 commit comments

Comments
 (0)