Dan

Results 12 issues of Dan

I'm trying to use this library inside of threads, but for some reason I don't see any bars being drawn. It seems to work fine without threads though so I'm...

It'd be nice if the updated signal happened without a heartbeat. I get why resized has a delay, but I'd be nice if updated happened as soon as it tripped...

I had to copy the version listed in the dropbox example to get the library to work. Kept getting this typeerror when running the build here on github.

ifs were checking value instead of type function. removed unneeded nested ifs.

DFP is now called GAM - Google Ad Manager. Update all documentation, comments, and other references accordingly.

maintenance

There is limitation with current control flow. Example: * Two different `RP01` slots exist in groups `default` and `sidebar`. * Both groups contain multiple other slots. * It's not possible...

new-feature
breaking-change

Append `gpt.js` if not already included. Nice quality of life feature to simplify setup. For example, where calling `show.all()` would include quick and fast check if gpt has already been...

new-feature

`defineSlot()` and `load()` will need callbacks. One option is to expose a promise: ``` javascript harmony.defineSlot({..}).then(function (slot) { // do things with the slot. }); ``` ... or with normal...

new-feature
breaking-change

Remove attachment of `slot.name` to GPT Slot instances. Since `id` is way too close to minified field names it has been added as `slot._id`. In the interest of consistency, name...

breaking-change
maintenance

Pull down gpt.js for system tests, this can be added as 3rd party dep similar to how jquery is included.

maintenance