v1.0
只读模式 group, 分享 评论更多问题 博客标签总是存在一个
This commit is contained in:
2
public/tinymce/classes/ui/Collection.js
Normal file → Executable file
2
public/tinymce/classes/ui/Collection.js
Normal file → Executable file
@ -105,7 +105,7 @@ define("tinymce/ui/Collection", [
|
||||
var self = this, i, l, matches = [], item, match;
|
||||
|
||||
// Compile string into selector expression
|
||||
if (typeof(selector) === "string") {
|
||||
if (typeof selector === "string") {
|
||||
selector = new Selector(selector);
|
||||
|
||||
match = function(item) {
|
||||
|
Reference in New Issue
Block a user