Skip to content

Instantly share code, notes, and snippets.

@nchanged
Created July 15, 2016 08:57
Show Gist options
  • Save nchanged/13f640ff18ed5b1b6f8951f18d29e625 to your computer and use it in GitHub Desktop.
Save nchanged/13f640ff18ed5b1b6f8951f18d29e625 to your computer and use it in GitHub Desktop.
realm.module("app.blogs.GoogleFeed", ["realm.router.BridgeRequest"], function(BridgeRequest) {
var $_exports;
$_exports = {
'getFeed': function() {
return BridgeRequest.connect("app.blogs.GoogleFeed", "getFeed", arguments)
}
}
return $_exports;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment