Skip to content

Instantly share code, notes, and snippets.

@ericeijkelenboom
Created April 23, 2013 19:02
Show Gist options
  • Save ericeijkelenboom/5446420 to your computer and use it in GitHub Desktop.
Save ericeijkelenboom/5446420 to your computer and use it in GitHub Desktop.
if (forceRemote)
query = query.using(breeze.FetchStrategy.FromServer);
else
query = query.using(...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment