Skip to content

Commit

Permalink
Fixes #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Orvell committed Jul 29, 2016
1 parent 3d7ce6a commit 7bd73ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compat/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@
}

Polymer.isInstance = function(obj) {
return Boolean(obj && obj.__isPolymerInstance__);
return Boolean(obj && obj.__isPolymerInstance);
};

// telemetry
Expand Down

0 comments on commit 7bd73ad

Please sign in to comment.