Skip to content

Commit

Permalink
Merge pull request #28 from dharFr/v1.1.2
Browse files Browse the repository at this point in the history
 Version 1.1.2
  • Loading branch information
Olivier Poitrey committed Mar 7, 2014
2 parents ffe9ab5 + 0376bf8 commit 9e8d6e7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vast-client-js",
"author": ["Olivier Poitrey <[email protected]>"],
"version": "1.1.1",
"version": "1.1.2",
"main": "vast-client.js",
"licenses": [{"type": "MIT", "url": "https://github.com/rs/vast-client-js/raw/master/LICENSE"}],
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vast-client-js",
"author": "Olivier Poitrey <[email protected]>",
"version": "1.1.1",
"version": "1.1.2",
"description": "Javascript VAST Client",
"keywords": ["vast", "ad", "advertising", "iab", "in-stream", "video"],
"repository": {"type": "git", "url": "https://github.com/rs/vast-client-js"},
Expand Down
36 changes: 18 additions & 18 deletions vast-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ VASTTracker = (function(_super) {
VASTTracker.prototype.click = function() {
var clickThroughURL, variables;
if (this.clickTrackingURLTemplate != null) {
this.trackURLs(this.clickTrackingURLTemplate);
this.trackURLs([this.clickTrackingURLTemplate]);
}
if (this.clickThroughURLTemplate != null) {
if (this.linear) {
Expand Down Expand Up @@ -984,6 +984,23 @@ module.exports = {
VASTCreativeCompanion: VASTCreativeCompanion
};

},{}],11:[function(require,module,exports){
var VASTAd;

VASTAd = (function() {

function VASTAd() {
this.errorURLTemplates = [];
this.impressionURLTemplates = [];
this.creatives = [];
}

return VASTAd;

})();

module.exports = VASTAd;

},{}],10:[function(require,module,exports){
var VASTResponse;

Expand Down Expand Up @@ -1023,23 +1040,6 @@ VASTMediaFile = (function() {

module.exports = VASTMediaFile;

},{}],11:[function(require,module,exports){
var VASTAd;

VASTAd = (function() {

function VASTAd() {
this.errorURLTemplates = [];
this.impressionURLTemplates = [];
this.creatives = [];
}

return VASTAd;

})();

module.exports = VASTAd;

},{}],9:[function(require,module,exports){
var URLHandler, flash, xhr;

Expand Down

0 comments on commit 9e8d6e7

Please sign in to comment.