Skip to content

Instantly share code, notes, and snippets.

@RainerAtSpirit
Created October 11, 2012 10:44
Show Gist options
  • Save RainerAtSpirit/3871571 to your computer and use it in GitHub Desktop.
Save RainerAtSpirit/3871571 to your computer and use it in GitHub Desktop.
Feedback test
northwind.Products
.toArray()
.then( function( products ) {
console.dir( products );
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment