File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
extensions/ccui/uiwidgets Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ cc.EGLView = cc.Class.extend(/** @lends cc.view# */{
200200 _t . _hDC = cc . _canvas ;
201201 _t . _hRC = cc . _renderContext ;
202202 _t . _targetDensityDPI = cc . DENSITYDPI_HIGH ;
203- _t . _resizeCallbackList = [ ] ;
204203 } ,
205204
206205 // Resize helper functions
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ ccui.VideoPlayer = ccui.Widget.extend({
3838 * Set the video address
3939 * Automatically replace extname
4040 * All supported video formats will be added to the video
41- * @param {String } path
41+ * @param {String } address
4242 */
43- setURL : function ( path ) {
44- this . _renderCmd . updateURL ( path ) ;
43+ setURL : function ( address ) {
44+ this . _renderCmd . updateURL ( address ) ;
4545 } ,
4646
4747 /**
You can’t perform that action at this time.
0 commit comments