Skip to content

Commit

Permalink
Map .prop() to .attr() for Zepto.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaneda committed Dec 20, 2011
1 parent 10b3adf commit 15c4d5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/jqtouch.js
Expand Up @@ -747,6 +747,8 @@
options.framework = $;
return jQTouchCore(options);
};

$.fn.prop = $.fn.attr;

// Extensions directly manipulate the jQTouch object, before it's initialized.
$.jQTouch.addExtension = function(extension) {
Expand Down

0 comments on commit 15c4d5c

Please sign in to comment.