Minor fix.

This commit is contained in:
Lars Jung 2015-03-29 14:42:14 +02:00
parent d4a72b1b11
commit 7256fa4e43

View File

@ -39,7 +39,7 @@ $.fn.autoprefixer = function (options) {
try {
blob.content = autoprefixer.process(blob.content, options).css;
} catch (e) {
fQuery.report({
$.report({
type: 'err',
method: 'autoprefixer',
message: e.message,