Skip to content

Commit

Permalink
Update source-map to 0.1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
lautis committed Mar 15, 2015
1 parent 43e4e00 commit 31a53a9
Show file tree
Hide file tree
Showing 4 changed files with 550 additions and 250 deletions.
2 changes: 1 addition & 1 deletion lib/es5.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ if(!String.prototype.trim) {
function definePropertyWorks() {
try {
Object.defineProperty({}, "property", {});
return "property" in object;
return true;
} catch (exception) {
return false;
}
Expand Down
Loading

0 comments on commit 31a53a9

Please sign in to comment.