Skip to content

Commit 23b4e36

Browse files
committed
Unified management event trigger
1 parent 2f6cd3d commit 23b4e36

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

cocos2d/core/platform/CCEGLView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

extensions/ccui/uiwidgets/UIVideoPlayer.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)