Skip to content

Commit

Permalink
docs(rotate): Add description browser coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mixed committed Sep 15, 2015
1 parent 7957d0d commit 398c698
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/customEvent/rotate.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ eg.module("rotate", [window.jQuery, eg, window, document], function($, ns, globa
* @event
* @param {Event} e event
* @param {Boolean} e.isVertical vertical <ko>수직여부</ko>
* @support { "ch" : "latest", "ff" : "latest", "sf" : "latest", "ios" : "3+", "an" : "2.1+ (except 3.x)", "n-ios" : "latest", "n-an" : "latest" }
* @example
* $(window).on("rotate",function(e){
* e.isVertical;
Expand Down

0 comments on commit 398c698

Please sign in to comment.