Skip to content

Instantly share code, notes, and snippets.

@lahmatiy
Created June 30, 2013 15:20
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/5895544 to your computer and use it in GitHub Desktop.
Save lahmatiy/5895544 to your computer and use it in GitHub Desktop.
Patch to restore basis.data.DataObject alias for basis.data.Object (dropped in 0.9.4)
basis.require('basis.data');
basis.data.DataObject = basis.data.Object;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment