Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #841 from landabaso/patch-2
Browse files Browse the repository at this point in the history
Typo fixed: Use css value "visible" instead of "visibile" for property visibility in setBackButtonVisibility
  • Loading branch information
Ian Maffett committed Mar 26, 2015
2 parents 8c4d65c + e53c16e commit db984cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/af.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@
* @title $.afui.setBackButtonVisbility
*/
setBackButtonVisibility:function(what){
var visibility=what?"visibile":"hidden";
var visibility=what?"visible":"hidden";
$(this.activeDiv).closest(".view").children("header").find(".backButton").css("visibility",visibility);
},

Expand Down

0 comments on commit db984cf

Please sign in to comment.