Skip to content

Commit

Permalink
Remove unnecessary parentheses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kit Cambridge committed May 3, 2012
1 parent a066635 commit 96780bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zepto.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var Zepto = (function() {
classSelectorRE = /^\.([\w-]+)$/,
idSelectorRE = /^#([\w-]+)$/,
tagSelectorRE = /^[\w-]+$/,
toString = ({}).toString,
toString = {}.toString,
zepto = {},
camelize, uniq,
tempParent = document.createElement('div')
Expand Down

0 comments on commit 96780bc

Please sign in to comment.