@castlabs/prestoplay 6.33.0 → 6.34.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/cjs/cl.adobe.js +3 -3
- package/cjs/cl.airplay.js +3 -3
- package/cjs/cl.broadpeak.js +19 -19
- package/cjs/cl.cast.js +129 -129
- package/cjs/cl.conviva.js +32 -32
- package/cjs/cl.core.js +633 -624
- package/cjs/cl.crypto.js +9 -9
- package/cjs/cl.dash.js +101 -101
- package/cjs/cl.externs.js +48 -72
- package/cjs/cl.freewheel.js +26 -26
- package/cjs/cl.hls.js +76 -76
- package/cjs/cl.hlssmpte.js +6 -6
- package/cjs/cl.htmlcue.js +30 -30
- package/cjs/cl.ima.js +26 -26
- package/cjs/cl.mediatailor.js +3 -3
- package/cjs/cl.mse.js +357 -353
- package/cjs/cl.muxdata.js +14 -14
- package/cjs/cl.onboard.js +4 -5
- package/cjs/cl.persistent.js +14 -14
- package/cjs/cl.playlist.js +6 -6
- package/cjs/cl.simid.js +16 -16
- package/cjs/cl.smooth.js +71 -71
- package/cjs/cl.thumbnails.js +26 -26
- package/cjs/cl.tizen.js +73 -73
- package/cjs/cl.ttml.js +29 -29
- package/cjs/cl.verimatrix.js +5 -5
- package/cjs/cl.vimond.js +12 -12
- package/cjs/cl.vr.js +19 -19
- package/cjs/cl.vtt.js +14 -14
- package/cjs/cl.yospace.js +4 -4
- package/cjs/cl.youbora.js +36 -36
- package/cl.adobe.js +3 -3
- package/cl.airplay.js +3 -3
- package/cl.broadpeak.js +14 -14
- package/cl.cast.js +100 -100
- package/cl.conviva.js +27 -27
- package/cl.core.js +510 -502
- package/cl.crypto.js +9 -9
- package/cl.dash.js +90 -90
- package/cl.externs.js +51 -63
- package/cl.freewheel.js +20 -20
- package/cl.hls.js +82 -82
- package/cl.hlssmpte.js +5 -5
- package/cl.htmlcue.js +26 -26
- package/cl.ima.js +20 -20
- package/cl.mediatailor.js +2 -2
- package/cl.mse.js +308 -306
- package/cl.muxdata.js +13 -13
- package/cl.onboard.js +5 -5
- package/cl.persistent.js +10 -10
- package/cl.playlist.js +5 -5
- package/cl.simid.js +14 -14
- package/cl.smooth.js +61 -61
- package/cl.thumbnails.js +19 -19
- package/cl.tizen.js +57 -57
- package/cl.ttml.js +22 -22
- package/cl.verimatrix.js +4 -4
- package/cl.vimond.js +8 -8
- package/cl.vr.js +14 -14
- package/cl.vtt.js +12 -12
- package/cl.yospace.js +3 -3
- package/cl.youbora.js +31 -31
- package/package.json +1 -1
- package/typings.d.ts +33 -46
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
# 6.34.O
|
|
2
|
+
|
|
3
|
+
## New Features
|
|
4
|
+
|
|
5
|
+
* Add ABR stalled segment cancellation.
|
|
6
|
+
* Improved ABR performance by cancelling long running segment requests.
|
|
7
|
+
* Add SVTA error codes.
|
|
8
|
+
* Add support for Broadpeak session options configuration.
|
|
9
|
+
|
|
10
|
+
## Changes
|
|
11
|
+
|
|
12
|
+
* Ignore autoplay attribute if found on `<video>` element. Autoplay should be
|
|
13
|
+
configured in player configuration.
|
|
14
|
+
|
|
1
15
|
# 6.33.0
|
|
2
16
|
|
|
3
17
|
## New Features
|
|
@@ -26,6 +40,8 @@
|
|
|
26
40
|
|
|
27
41
|
* Send `Content-Type: application/octet-stream` HTTP header with Widevine
|
|
28
42
|
DRM requests.
|
|
43
|
+
* Optimize DASH segment handling by creating `SegmentTemplate` and
|
|
44
|
+
`SegmentList` segment references on demand.
|
|
29
45
|
* Add `ReceiverConfiguration` to `start()` method of `clpp.cast.Receiver`.
|
|
30
46
|
It is now possible to configure the player engine used under the hood
|
|
31
47
|
by the Chromecast Receiver SDK.
|
package/cjs/cl.adobe.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
var f=function(window){var OX=function(){this.m=this.f=null;this.a="";this.g=new _.L("clpp.adobe.AdobePlugin")},RX=function(a){a.f=new _.ki;a.f.on(a.m,_.Fg,function(){return PX(a)});a.f.on(a.m,_.Eg,function(){s.Media.play(a.a,a.m.getPosition())});a.f.on(a.m,_.Fe,function(){return QX(a)});a.f.on(a.m,_.tf,function(b){b=b.detail;switch(b.currentState){case 8:a.a.length||QX(a);s.Media.play(a.a,a.m.getPosition());break;case 10:case 6:PX(a);break;case 11:case 0:case 3:a.g.info("Close session for "+a.a+" in player state "+(b.currentState+
|
|
3
|
+
".")),PX(a),s.Media.close(a.a),a.a=""}})},QX=function(a){var b=a.m.$a();a.a=b?b.name||b.url:"";a.g.info("Open session for "+a.a+" with duration "+a.m.getDuration());s.Media.open(a.a,a.m.getDuration(),_.Ba)},PX=function(a){s.Media.stop(a.a,a.m.getPosition())},SX=function(){};_.w(OX,_.Rv);OX.prototype.onPlayerCreated=function(a){var b=a.getConfiguration().adobe;b&&!1===b.enabled?this.g.debug("Adobe plugin is disabled."):window.s&&s.Media?(this.m=a,RX(this)):this.g.warn("Adobe API not available.")};
|
|
4
|
+
OX.prototype.onPlayerWillDestroy=function(){this.f&&(this.f.release(),this.f=null);this.m=null;this.a=""};OX.prototype.id=function(){return"adobe"};_.J("clpp.adobe.AdobeAnalyticsPlugin",OX);OX.Id="adobe";SX.prototype.create=function(){return new OX};_.Yt(new SX);};
|
|
5
5
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
6
6
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
7
7
|
else{_=this.clpp._;(f.call(g,this));}
|
package/cjs/cl.airplay.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
_.r.onPlayerWillRelease=function(){this.o.stop();this.h.release()};_.r.id=function(){return"airplay"};_.r.
|
|
4
|
-
_.r.
|
|
2
|
+
var f=function(window){var MX=function(){var a=this;this.a=this.m=null;this.l=this.f=this.j=!1;this.o=new _.Wh(function(){a.m.play()["catch"](function(){})});this.h=new _.ki},NX=function(){};_.w(MX,_.Rv);_.r=MX.prototype;_.r.onPlayerCreated=function(a){this.m=a;this.a=a.getSurface().getMedia()};_.r.onContentWillLoad=function(){this.a&&(this.h.on(this.a,"webkitplaybacktargetavailabilitychanged",this.Cn.bind(this)),this.h.on(this.a,"webkitcurrentplaybacktargetiswirelesschanged",this.mo.bind(this)))};
|
|
3
|
+
_.r.onPlayerWillRelease=function(){this.o.stop();this.h.release()};_.r.id=function(){return"airplay"};_.r.Cn=function(a){switch(a.availability){case "available":this.f=!0;break;case "not-available":this.f=!1}this.m.trigger(new _.R(_.Gc,{canCast:this.f}))};_.r.mo=function(){var a=(this.j=this.a.webkitCurrentPlaybackTargetIsWireless)?_.Fc:_.Ec;if(this.l||!this.m.isPaused()||8===this.m.getPlayerState())this.l?this.m.play()["catch"](function(){}):this.o.ia(.01);this.m.trigger(new _.R(a))};_.r.Da=function(){return this.j};
|
|
4
|
+
_.r.zd=function(){return this.f};_.r.Zo=function(){this.f&&(this.l=!this.m.isPaused(),this.a.webkitShowPlaybackTargetPicker())};_.J("clpp.airplay.AirPlayPlugin",MX);MX.prototype.showCastMenu=MX.prototype.Zo;MX.prototype.canCast=MX.prototype.zd;MX.prototype.isCasting=MX.prototype.Da;MX.Id="airplay";NX.prototype.create=function(){return new MX};_.Yt(new NX);};
|
|
5
5
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
6
6
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
7
7
|
else{_=this.clpp._;(f.call(g,this));}
|
package/cjs/cl.broadpeak.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
(function(){var g={}; var _ = _ || {}
|
|
2
|
-
var f=function(window){var
|
|
3
|
-
GenericPlayerApi);b.prototype.getPlayerName=function(){return _.
|
|
4
|
-
this.a):c};b.prototype.getCurrentBitrate=function(){var c=this.m.getStats();return(c?c.streamBandwidth:0)/1E3};b.prototype.getCapabilities=function(){return{adTracking:this.m.getConfiguration().broadpeak.adTracking}};return new b(a)},
|
|
5
|
-
_.
|
|
6
|
-
|
|
7
|
-
_.r.getPosition=function(){return this.o};_.r.setPosition=function(a){this.o=a};_.r.getSkipTimeOffset=function(){return 0===this.a.skipPosition?-1:(this.a.skipPosition-this.a.startPosition)/1E3};_.r.
|
|
8
|
-
_.r.getPodIndex=function(){return 1};_.r.
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
_.r.Hk=function(){var a=1E3*this.m.getPosition();this.
|
|
13
|
-
_.r.initialize=function(a,b){var c=this;this.j=a;a.activateAdvertising();
|
|
14
|
-
c.a=null}})};_.r.
|
|
15
|
-
_.r.
|
|
16
|
-
_.r.
|
|
17
|
-
_.r.isMuted=function(){return!1};_.r.
|
|
18
|
-
|
|
19
|
-
_.r.onContentLoaded=function(){!1!==this.l&&this.a.precacheEnded()};_.r.
|
|
20
|
-
_.r.id=function(){return"broadpeak"};_.
|
|
2
|
+
var f=function(window){var zX=function(a,b,c){this.a=a||{};this.f=b||{};this.w=c||0;this.o=0;this.l=this.j=this.h=!1},AX=function(a,b){this.m=a;this.a=b;this.f=new _.ki;this.h=!1},BX=function(a){this.m=a;this.l=new _.ki;this.h=this.j=this.f=this.a=null;this.o=this.xn.bind(this)},CX=function(a){var b=a.m.getSurface().getMedia();b&&(a.h=a.lo.bind(a),b.addEventListener("click",a.h))},DX=function(a){a.l.off(a.m,_.ug,a.o)},EX=function(a){function b(c){var d=GenericPlayerApi.call(this)||this;d.m=c;d.f=_.Si();d.a=0;return d}_.w(b,
|
|
3
|
+
GenericPlayerApi);b.prototype.getPlayerName=function(){return _.Ba};b.prototype.getVersion=function(){return _.ja};b.prototype.getOSName=function(){return this.f.os};b.prototype.getDeviceVersion=function(){return this.f.osVersion.name};b.prototype.getDeviceType=function(){return"browser"};b.prototype.getTotalDuration=function(){return this.m.isLive()?0:this.a=1E3*this.m.getDuration()};b.prototype.getCurrentPosition=function(){var c=1E3*this.m.getPosition();return 11===this.m.getPlayerState()?Math.max(c,
|
|
4
|
+
this.a):c};b.prototype.getCurrentBitrate=function(){var c=this.m.getStats();return(c?c.streamBandwidth:0)/1E3};b.prototype.getCapabilities=function(){return{adTracking:this.m.getConfiguration().broadpeak.adTracking}};return new b(a)},FX=function(){this.o=this.f=this.a=this.h=this.m=null;this.w=new _.ki;this.l=!1;this.j=null},GX=function(a,b){var c=b.analyticsAddress||null,d=b.nanoCDNHost||null,e=b.broadpeakDomainNames||"",f=b.uuid||null;a.h||(a.h=SmartLib.getInstance(),a.h.init(c,d,e),typeof f===
|
|
5
|
+
_.gg&&a.h.setUUID(f))},HX=function(a,b,c){var d=c.customParameters||{},e=a.h.createStreamingSession();a.a=e;var f=c.sessionOptions||{},g;for(g in f){var k=f[g];if(null!=k){var l=Number(g);Number.isNaN(l)||e.setOption(l,k)}}null==f[StreamingSessionOptions.SESSION_PRECACHE]&&e.setOption(StreamingSessionOptions.SESSION_PRECACHE,!1);for(var m in d)a.a.setCustomParameter(m,d[m]);c.adTracking&&(a.j=b.getAdsManager(),a.j.initialize(a.a,c.adParameters||{}));a.w.on(b,_.le,a.Ek.bind(a));a.o=EX(b);a.a.attachPlayer(a.o)},
|
|
6
|
+
IX=function(a,b){_.ni(a.w);a.f&&(a.f.release(),a.f=null);a.a&&(a.a.stopStreamingSession(b),a.a=null)},JX=function(){return!window.SmartLib||!window.GenericPlayerApi},KX=function(){},LX=function(){};_.r=zX.prototype;_.r.kb=function(){return"Broadpeak"};_.r.lb=function(){return""};_.r.ob=function(){return 1};_.r.getId=function(){return this.a.adId};_.r.getCreativeId=function(){return this.a.creativeId};_.r.Ib=function(){return null};_.r.getApiFramework=function(){return null};_.r.getAdSystem=function(){return""};
|
|
7
|
+
_.r.getAdvertiserName=function(){return""};_.r.getTitle=function(){return""};_.r.getDuration=function(){return 0>=this.a.duration?-1:this.a.duration/1E3};_.r.getPosition=function(){return this.o};_.r.setPosition=function(a){this.o=a};_.r.getSkipTimeOffset=function(){return 0===this.a.skipPosition?-1:(this.a.skipPosition-this.a.startPosition)/1E3};_.r.Kb=function(){return!1};_.r.Za=function(){return this.a.clickURL};_.r.getMediaUrl=function(){return null};_.r.eb=function(){return 0};_.r.cb=function(){return 0};
|
|
8
|
+
_.r.Ga=function(){return 0};_.r.Ha=function(){return 0===this.f.startPosition?0:0<this.w&&this.f.startPosition+this.f.duration>=this.w?_.Bk:_.Ek};_.r.getPodIndex=function(){return 1};_.r.yb=function(){return this.f.startPosition/1E3};_.r.nb=function(){return this.a.index+1};_.r.fb=function(){return 0>=this.f.adCount?-1:this.f.adCount};_.r.getWrapperAdIds=function(){return[]};_.r.getWrapperAdSystems=function(){return[]};_.r.getWrapperCreativeIds=function(){return[]};_.r.Jb=function(){return null};
|
|
9
|
+
_.r.canSeek=function(){return!1};zX.prototype.canSeek=zX.prototype.canSeek;zX.prototype.getVideoElement=zX.prototype.Jb;zX.prototype.getWrapperCreativeIds=zX.prototype.getWrapperCreativeIds;zX.prototype.getWrapperAdSystems=zX.prototype.getWrapperAdSystems;zX.prototype.getWrapperAdIds=zX.prototype.getWrapperAdIds;zX.prototype.getSequenceLength=zX.prototype.fb;zX.prototype.getPositionInSequence=zX.prototype.nb;zX.prototype.getPodTimeOffset=zX.prototype.yb;zX.prototype.getPodIndex=zX.prototype.getPodIndex;
|
|
10
|
+
zX.prototype.getPodType=zX.prototype.Ha;zX.prototype.getMediaBitrate=zX.prototype.Ga;zX.prototype.getMediaHeight=zX.prototype.cb;zX.prototype.getMediaWidth=zX.prototype.eb;zX.prototype.getMediaUrl=zX.prototype.getMediaUrl;zX.prototype.getClickThroughUrl=zX.prototype.Za;zX.prototype.isBumper=zX.prototype.Kb;zX.prototype.getSkipTimeOffset=zX.prototype.getSkipTimeOffset;zX.prototype.getPosition=zX.prototype.getPosition;zX.prototype.getDuration=zX.prototype.getDuration;zX.prototype.getTitle=zX.prototype.getTitle;
|
|
11
|
+
zX.prototype.getAdvertiserName=zX.prototype.getAdvertiserName;zX.prototype.getAdSystem=zX.prototype.getAdSystem;zX.prototype.getApiFramework=zX.prototype.getApiFramework;zX.prototype.getSourceId=zX.prototype.Ib;zX.prototype.getCreativeId=zX.prototype.getCreativeId;zX.prototype.getId=zX.prototype.getId;zX.prototype.getTechnology=zX.prototype.ob;zX.prototype.getAdManagerVersion=zX.prototype.lb;zX.prototype.getAdManagerName=zX.prototype.kb;_.r=AX.prototype;_.r.init=function(){var a=this.m,b=this.f;b.on(a,_.tf,this.Hk.bind(this));b.on(a,_.ad,this.Fk.bind(this));b.on(a,"seek",this.Gk.bind(this))};_.r.Fk=function(a){a=a.detail;typeof a.bandwidth===_.h&&this.a.notifyLayerSwitch(a.bandwidth/1E3)};
|
|
12
|
+
_.r.Hk=function(a){var b=this.m,c=this.a;a=a.detail;var d=a.currentState;6===a.previousState&&c.notifyStallEnd(!b.isPaused());switch(d){case 6:c.notifyStallStart();break;case 8:this.h?c.notifyResume():(this.a.notifyFirstImage(),this.h=!0);break;case 10:this.h||(this.a.notifyFirstImage(),this.h=!0),c.notifyPause()}};_.r.Gk=function(){var a=1E3*this.m.getPosition();this.a.notifySeek(a)};_.r.release=function(){this.f&&(_.ni(this.f),this.f=null)};_.r=BX.prototype;
|
|
13
|
+
_.r.initialize=function(a,b){var c=this;this.j=a;a.activateAdvertising();CX(this);for(var d in b)a.setAdParameter(d,b[d]);a.setAdEventsListener({onAdBreakBegin:function(){c.m.trigger(new _.R(_.gc,{ad:null}));c.l.on(c.m,_.ug,c.o)},onAdBegin:function(e,f){c.f=e;c.a=new zX(e,f,1E3*c.m.getDuration());c.m.trigger(new _.R(_.yc,{ad:c.a}))},onAdSkippable:function(){},onAdEnd:function(){if(c.a){var e={ad:c.a};c.m.trigger(new _.R(_.kc,e));c.m.trigger(new _.R(_.Ac,e));c.a=null;c.f=null}},onAdBreakEnd:function(){DX(c);c.m.trigger(new _.R(_.hc));
|
|
14
|
+
c.a=null}})};_.r.lo=function(){if(this.a&&this.j){var a=this.a.Za();a&&(this.j.adUserInteraction("click"),this.m.trigger(new _.R(_.jc,{ad:this.a})),this.m.pause(),(a=window.open(a,"_blank"))&&a.focus())}};
|
|
15
|
+
_.r.xn=function(){if(this.a&&this.f){var a=this.m.getPosition()-this.f.startPosition/1E3,b=this.a.getDuration();0<b&&a>b||(this.a.setPosition(a),this.m.trigger(new _.R(_.uc,{ad:this.a})),!this.a.h&&a>=b/4&&(this.a.h=!0,this.m.trigger(new _.R(_.lc,{ad:this.a}))),!this.a.j&&a>=b/2&&(this.a.j=!0,this.m.trigger(new _.R(_.rc,{ad:this.a}))),!this.a.l&&a>=3*b/4&&(this.a.l=!0,this.m.trigger(new _.R(_.Bc,{ad:this.a}))))}};_.r.load=function(){return Promise.resolve()};_.r.Bb=function(){return!0};_.r.Sc=function(){};
|
|
16
|
+
_.r.Pc=function(){return!0};_.r.skip=function(){if(this.a){var a=this.a.getPosition(),b=this.a.getSkipTimeOffset();-1===b||a<b||(a=this.m.getPosition()-a+this.a.getDuration(),b=this.a,this.f=this.a=null,DX(this),this.m.trigger(new _.R(_.wc,{ad:b})),this.m.setPosition(a))}};_.r.Ra=function(){};_.r.isPaused=function(){};_.r.pause=function(){};_.r.resume=function(){};_.r.getAdVolume=function(){return 0};_.r.Oa=function(){};_.r.getVolume=function(){return 0};_.r.setVolume=function(){};_.r.setMuted=function(){};
|
|
17
|
+
_.r.isMuted=function(){return!1};_.r.zb=function(){return!1};_.r.getPosition=function(){return this.a?this.a.getPosition():-1};_.r.Ac=function(){DX(this);this.l.release();var a=this.m.getSurface().getMedia();a&&this.h&&(a.removeEventListener("click",this.h),this.h=null);this.j=this.f=this.a=null;return Promise.resolve()};BX.prototype.getPosition=BX.prototype.getPosition;BX.prototype.setVolume=BX.prototype.setVolume;BX.prototype.getVolume=BX.prototype.getVolume;BX.prototype.resume=BX.prototype.resume;
|
|
18
|
+
BX.prototype.pause=BX.prototype.pause;BX.prototype.skip=BX.prototype.skip;_.w(FX,_.Rv);_.r=FX.prototype;_.r.onPlayerCreated=function(a){this.m=a};_.r.onContentWillLoad=function(a,b){var c=this,d=a.getConfiguration().broadpeak;if(d){if(JX())return a.onError(new _.O(1,9,11E3));this.l=!0;GX(this,d);HX(this,a,d);return this.a.getURL(b.url).then(function(e){if(e.isError()){var f=e.getDetailedErrorCode();e=e.getDetailedErrorMessage();c.m.onError(new _.O(1,9,11001,{bpkErrorCode:f,message:e}));IX(c,void 0)}else b.url=e.getURL(),c.f=new AX(c.m,c.o),c.f.init()})}};
|
|
19
|
+
_.r.onContentLoaded=function(){!1!==this.l&&this.a.precacheEnded()};_.r.Ek=function(a){a=a.detail;if(7003===a.code)IX(this,SmartLib.BPFormatNotSupportedError);else if(a.severity===_.Q)switch(a.category){case 3:IX(this,SmartLib.BPDecodingError);break;case 1:IX(this,SmartLib.BPNetworkingError);break;case 6:IX(this,SmartLib.BPAccessRightError);break;default:IX(this,SmartLib.BPUnspecifiedError)}};_.r.onPlayerWillRelease=function(){this.j=null;JX()||IX(this,SmartLib.BPSessionEndsNormally);this.l=!1};
|
|
20
|
+
_.r.id=function(){return"broadpeak"};_.J("clpp.broadpeak.BroadpeakPlugin",FX);FX.isSdkMissing=JX;FX.Id="broadpeak";KX.prototype.create=function(){return new FX};LX.prototype.name=function(){return"clpp.broadpeak.AdsManagerFactory"};LX.prototype.a=function(a,b){return JX()?!1:!!(b&&b.broadpeak&&b.broadpeak.adTracking)};LX.prototype.create=function(a){return new BX(a)};_.Yt(new KX);_.cr(new LX);};
|
|
21
21
|
if(typeof(module)!="undefined"&&module.exports){var x=require("./cl.core.js");_ = x._;(f.call(g,this));module.exports=g;}
|
|
22
22
|
else if (typeof(define)!="undefined"&&define.amd) {define(["./cl.core"], function(c){_=c._;(f.call(g,this));return g;});}
|
|
23
23
|
else{_=this.clpp._;(f.call(g,this));}
|