UNPKG

docx4js

Version:
12 lines (11 loc) 213 B
define(['./shape'],function(Super){ return Super.extend({ type:'group', _getValidChildren: function(){ return this.wXml.$('wsp') } },{ Properties: Super.Properties.extend({ }) }) })