Skip to content

Commit ccfad2d

Browse files
author
Matthew Spencer
committed
Bump version to 0.6.3
1 parent dfdddbf commit ccfad2d

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admanager",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"homepage": "https://github.com/athletics/AdManager",
55
"description": "A JavaScipt library for interacting with Google DFP.",
66
"license": "Apache-2.0",

dist/AdManager.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @author Athletics - http://athleticsnyc.com
55
* @see https://github.com/athletics/AdManager
6-
* @version 0.6.2
6+
* @version 0.6.3
77
*//**
88
* Shared utilities for debugging and array manipulation.
99
*/
@@ -1017,19 +1017,13 @@
10171017
googletag.pubads().clear( units );
10181018

10191019
var elements = $.map( units, function ( unit, index ) {
1020-
10211020
return options.$context.find( '#' + unit );
1022-
10231021
} );
10241022

10251023
if ( options.removeContainer ) {
1026-
10271024
$( elements ).remove();
1028-
10291025
} else {
1030-
10311026
$( elements ).empty();
1032-
10331027
}
10341028

10351029
}

dist/AdManager.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "admanager",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "A JavaScipt library for interacting with Google DFP.",
55
"main": "src/Index.js",
66
"repository": {

0 commit comments

Comments
 (0)