File tree Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Expand file tree Collapse file tree 5 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " springroll-container" ,
3
- "version" : " 0.5.3 " ,
3
+ "version" : " 0.5.4-gw " ,
4
4
"main" : " dist/container.min.js" ,
5
5
"dependencies" :
6
6
{
Original file line number Diff line number Diff line change 1
- /*! SpringRoll Container 0.5.3 */
1
+ /*! SpringRoll Container 0.5.4-gw */
2
2
/**
3
3
* @module Core
4
4
* @namespace window
1386
1386
* @property {String } version
1387
1387
* @static
1388
1388
* @readOnly
1389
- * @default "0.5.3 "
1389
+ * @default "0.5.4-gw "
1390
1390
*/
1391
- Container . version = "0.5.3 " ;
1391
+ Container . version = "0.5.4-gw " ;
1392
1392
1393
1393
//Reference to the prototype
1394
1394
var s = EventDispatcher . prototype ;
2118
2118
* @param {Boolean } data.sfx If SFX context is supported
2119
2119
* @param {Boolean } data.captions If captions is supported
2120
2120
* @param {Boolean } data.hints If hinting is supported
2121
+ * @param {Boolean } data.disablePause If pause is disabled for debugging
2121
2122
*/
2122
2123
this . trigger ( 'features' , event . data ) ;
2123
2124
} ;
2698
2699
this . _internalOpen ( release . url + options . query , options ) ;
2699
2700
}
2700
2701
. bind ( this ) )
2701
- . fail ( function ( )
2702
+ . fail ( function ( err )
2702
2703
{
2703
2704
if ( this . _destroyed ) return ;
2704
2705
2705
2706
/**
2706
2707
* Fired when the API cannot be called
2707
2708
* @event remoteFailed
2708
2709
*/
2709
- return this . trigger ( 'remoteFailed' ) ;
2710
+ return this . trigger ( 'remoteFailed' , err ) ;
2710
2711
}
2711
2712
. bind ( this ) ) ;
2712
2713
} ;
You can’t perform that action at this time.
0 commit comments