Skip to content

Instantly share code, notes, and snippets.

@nchanged
Created July 15, 2016 08:56
Show Gist options
  • Save nchanged/20f0b7348177b434fa1b9dd158c2707d to your computer and use it in GitHub Desktop.
Save nchanged/20f0b7348177b434fa1b9dd158c2707d to your computer and use it in GitHub Desktop.
realm.module("app.blogs.GoogleFeed", ["app.utils.request"], function(request) {
var $_exports;
class GoogleBlog {
// code here
}
$_exports = GoogleBlog;
return $_exports;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment