UNPKG

adwords-api

Version:

Unofficial SDK for Google Adwords API

20 lines (16 loc) 355 B
var _ = require('lodash'), Backbone = require('backbone'), Paging = require('./paging'); var Selector = Backbone.Model.extend({ defaults: { paging: new Paging.model().toJSON() } }); var SelectorCollection = Backbone.Collection.extend({ model: Selector }); module.exports = { collection: SelectorCollection, model: Selector };