Skip to content

Commit

Permalink
Update getSupportedFormats.js
Browse files Browse the repository at this point in the history
changed getSupportedFormats() to getSupportedPrintFormats()
  • Loading branch information
rvanzon committed Aug 21, 2014
1 parent 3b99737 commit 05ccd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/getSupportedFormats.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
var printer = require("../lib"),
util = require('util');
console.log("supported formats are:\n"+util.inspect(printer.getSupportedFormats(), {colors:true, depth:10}));
console.log("supported formats are:\n"+util.inspect(printer.getSupportedPrintFormats(), {colors:true, depth:10}));

0 comments on commit 05ccd84

Please sign in to comment.