Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
archangel-irk committed Aug 24, 2015
1 parent a7832c7 commit 9b92620
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/knockout-es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ void function(global, undefined_, undefined){

// common per-object storage area made visible by patching getOwnPropertyNames'
define(Object, namedFunction('getOwnPropertyNames', function getOwnPropertyNames(obj){
// gh-43
var coercedObj = Object(obj), props;
if (coercedObj.toString() === '[object Window]') {
try {
Expand Down

0 comments on commit 9b92620

Please sign in to comment.