Skip to content

Commit

Permalink
dom: changing potentially ambiguous statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jakearchibald committed Aug 5, 2009
1 parent 2df74a3 commit 573b72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dom/dom.js
Expand Up @@ -1336,7 +1336,7 @@
prop: function(name, val) {

// setting multiple
if (typeof name == 'object') {
if (name.constructor === Object) {
var hash = name,
key;

Expand Down

0 comments on commit 573b72b

Please sign in to comment.