Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
correctly differentiating between node.js, node-webkit and the browser
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkMonkey committed Jan 12, 2014
1 parent 920a6d6 commit 03769c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/observe.js
Original file line number Diff line number Diff line change
Expand Up @@ -1613,4 +1613,4 @@
'delete': PROP_DELETE_TYPE,
splice: ARRAY_SPLICE_TYPE
};
})(typeof global !== 'undefined' && global ? global : this || window);
})(typeof global !== 'undefined' && global && typeof module !== 'undefined' && module ? global : this || window);

0 comments on commit 03769c1

Please sign in to comment.