Skip to content

Commit

Permalink
remove leftover debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
ekhaled authored and madrobby committed Sep 22, 2010
1 parent fae4f71 commit 3f9ddfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zepto.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var $ = (function() {

for(k in ADJ_OPS)
$.fn[k] = (function(op){
return function(html){ return $(function(el){ console.log(op); el.insertAdjacentHTML(op,html) }) };
return function(html){ return $(function(el){ el.insertAdjacentHTML(op,html) }) };
})(ADJ_OPS[k]);

function ajax(method, url, success){
Expand Down

0 comments on commit 3f9ddfa

Please sign in to comment.