|
@ -45,8 +45,6 @@ Typographer.prototype.set = function (options) { |
|
|
Typographer.prototype.process = function (state) { |
|
|
Typographer.prototype.process = function (state) { |
|
|
var i, l, rules; |
|
|
var i, l, rules; |
|
|
|
|
|
|
|
|
if (!state.options.typographer) { return; } |
|
|
|
|
|
|
|
|
|
|
|
rules = this._rules; |
|
|
rules = this._rules; |
|
|
|
|
|
|
|
|
for (i = 0, l = rules.length; i < l; i++) { |
|
|
for (i = 0, l = rules.length; i < l; i++) { |
|
|