Remove dependency object-assign
This commit is contained in:
parent
abe92f0688
commit
efb0fca2a5
2 changed files with 1 additions and 3 deletions
|
@ -1,5 +1,4 @@
|
|||
import 'toposort' as toposort
|
||||
import 'object-assign' as objectAssign
|
||||
import '../support/glyph' as Glyph
|
||||
import '../support/transform' as Transform
|
||||
|
||||
|
@ -34,7 +33,7 @@ define [buildGSUB para glyphStore markGlyphs] : begin
|
|||
|
||||
# Ligation
|
||||
if para.enableLigation : do
|
||||
define plm : objectAssign {.} para.ligation.defaultBuildup
|
||||
define plm : Object.assign {.} para.ligation.defaultBuildup
|
||||
if (para.ligation.caltBuildup && para.ligation.caltBuildup.length) : begin
|
||||
set plm.calt para.ligation.caltBuildup
|
||||
buildLigations gsub para plm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue