Kaynağa Gözat

expose createObject

Adam Shaw 9 yıl önce
ebeveyn
işleme
0e191d9151
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/util.js

+ 1 - 0
src/util.js

@@ -774,6 +774,7 @@ function createObject(proto) {
 	f.prototype = proto;
 	f.prototype = proto;
 	return new f();
 	return new f();
 }
 }
+FC.createObject = createObject;
 
 
 
 
 function copyOwnProps(src, dest) {
 function copyOwnProps(src, dest) {