File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"tags" : {
3
- "allowUnknownTags" : true ,
3
+ "allowUnknownTags" : false ,
4
4
"dictionaries" : [" jsdoc" ," closure" ]
5
5
},
6
6
"source" : {
Original file line number Diff line number Diff line change @@ -203,7 +203,6 @@ const Stage = Class.create(/** @lends Stage.prototype */ {
203
203
return this ;
204
204
} ,
205
205
/**
206
- * @language =zh
207
206
* 开启/关闭舞台的DOM事件响应。要让舞台上的可视对象响应用户交互,必须先使用此方法开启舞台的相应事件的响应。
208
207
* @param {String|Array } type 要开启/关闭的事件名称或数组。
209
208
* @param {Boolean } enabled 指定开启还是关闭。如果不传此参数,则默认为开启。
@@ -226,7 +225,6 @@ const Stage = Class.create(/** @lends Stage.prototype */ {
226
225
return this ;
227
226
} ,
228
227
/**
229
- * @language =zh
230
228
* DOM事件处理函数。此方法会把事件调度到事件的坐标点所对应的可视对象。
231
229
* @private
232
230
*/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const extensions = {
25
25
26
26
/**
27
27
* WEBGL_lose_context扩展
28
- * @typeof {WebGLLoseContext}
28
+ * @type {WebGLLoseContext }
29
29
*/
30
30
loseContext : undefined ,
31
31
You can’t perform that action at this time.
0 commit comments