Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lahmatiy/5896201 to your computer and use it in GitHub Desktop.
Save lahmatiy/5896201 to your computer and use it in GitHub Desktop.
Path to restore basis.data.property.AbstractProperty (dropped in 0.9.4)
basis.require('basis.data');
basis.require('basis.data.property');
basis.namespace('basis.data.property').extend({
AbstractProperty: basis.data.Value
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment