Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
update demo page for callout CTA example
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Apr 5, 2013
1 parent e2e37f1 commit 0bcba90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/debug.js
@@ -1,3 +1,4 @@
/* globals hopscotch:false */
var i,
len,
optionName,
Expand Down Expand Up @@ -100,7 +101,9 @@ for (i = 0, len = booleanControls.length; i < len; i++) {
content: 'Content',
target: 'google',
orientation: 'top',
showNavButtons: false,
showCTAButton: true,
ctaLabel: 'hello',
onCTA: function() { alert('test'); },
showNumber: false
});
});
Expand Down

0 comments on commit 0bcba90

Please sign in to comment.