Skip to content

Commit

Permalink
Removed commented-out options. Some of them may return one day.
Browse files Browse the repository at this point in the history
  • Loading branch information
sorccu committed Feb 4, 2011
1 parent d633963 commit 1825c97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/cufon.js
Original file line number Diff line number Diff line change
Expand Up @@ -774,8 +774,6 @@ var Cufon = (function() {
var engines = {}, fonts = {}, defaultOptions = {
autoDetect: false,
engine: null,
//fontScale: 1,
//fontScaling: false,
forceHitArea: false,
hover: false,
hoverables: {
Expand Down Expand Up @@ -804,8 +802,6 @@ var Cufon = (function() {
onAfterReplace: null,
onBeforeReplace: null,
printable: true,
//rotation: 0,
//selectable: false,
selector: (
window.Sizzle
|| (window.jQuery && function(query) { return jQuery(query); }) // avoid noConflict issues
Expand Down

0 comments on commit 1825c97

Please sign in to comment.