Skip to content
This repository has been archived by the owner on May 12, 2018. It is now read-only.

Commit

Permalink
Fixed compatibility with old templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Moore committed Dec 16, 2009
1 parent 55e8aac commit 018bced
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions template/assets/ac-js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
yuidoc = YAHOO.namespace('yuidoc');

yuidoc.init = function() {

};

yuidoc.initUI = function() {
//Checkboxes are available..
var handleClick = function(e) {
var id, checked = false;
Expand Down Expand Up @@ -159,4 +163,8 @@ yuidoc.init = function() {
});
*/

YAHOO.util.Event.onAvailable('showprivate', function() {
YAHOO.yuidoc.initUI();
});

})();

0 comments on commit 018bced

Please sign in to comment.