We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a54ca3 commit 17b2e85Copy full SHA for 17b2e85
src/views/view.coffee
@@ -5,7 +5,7 @@ setPrototypeOf = (()->
5
obj.__proto__ = proto
6
7
mixinProperties = (obj, proto)->
8
- for prop in proto
+ for prop of proto
9
obj[prop] = proto[prop] if !obj[prop]?
10
11
return if Object.setPrototypeOf || {__proto__:[]} instanceof Array then setProtoOf else mixinProperties
0 commit comments