Skip to content

Feature/db.class.update - #310

Merged
phpnode merged 3 commits into
codemix:masterfrom
btx0:feature/db.class.update
May 10, 2015
Merged

Feature/db.class.update#310
phpnode merged 3 commits into
codemix:masterfrom
btx0:feature/db.class.update

Conversation

@btx0

@btx0 btx0 commented May 10, 2015

Copy link
Copy Markdown
Contributor

Adding feature db.class.update

db.class.update({
  name: 'MyClass',
  superClass: 'V'
})
.then(function (MyClass) {
  console.log('Created class: ' + MyClass.name + ' that extends ' + MyClass.superClass);
});

phpnode added a commit that referenced this pull request May 10, 2015
@phpnode
phpnode merged commit 0924ed0 into codemix:master May 10, 2015
@phpnode

phpnode commented May 10, 2015

Copy link
Copy Markdown
Member

thanks!

@phpnode

phpnode commented May 10, 2015

Copy link
Copy Markdown
Member

@GabrieleDS added you as a collaborator on this project, please use wisely, thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants