Skip to content

Commit 1082476

Browse files
author
patched.codes[bot]
committed
Patched /tmp/tmp0ldd9tbj/public/bower_components/core-focusable/polymer-mixin.js
1 parent 1d4ca11 commit 1082476

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/bower_components/core-focusable/polymer-mixin.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
/**
2+
* This method is for handling the mixture of prototypes. It adds properties from a mixin to a prototype, including publish, eventDelegates, and observe properties.
3+
* @param {Object} prototype - The prototype object that is being extended.
4+
* @param {Object} mixin - The mixin object that contains properties to add to the prototype.
5+
* @returns {Object} Returns the updated prototype object.
6+
*/
17
Polymer.mixin2 = function(prototype, mixin) {
28

39
// adds a single mixin to prototype

0 commit comments

Comments
 (0)