Switch to new simpler convention for control of beans creation in straps.js

This commit is contained in:
Jürg Lehni 2014-04-02 20:53:18 +02:00
parent 4d52867b4a
commit fa9786b344
12 changed files with 352 additions and 352 deletions
src/path

View file

@ -181,7 +181,16 @@ var PathItem = Item.extend(/** @lends PathItem# */{
return locations;
},
/**
* The path's geometry, formatted as SVG style path data.
*
* @name PathItem#getPathData
* @type String
* @bean
*/
setPathData: function(data) {
// NOTE: #getPathData() is defined in CompoundPath / Path
// This is a very compact SVG Path Data parser that works both for Path
// and CompoundPath.