Browse Source

change documentFragment to fragment

Nathaniel van Diepen 10 năm trước cách đây
mục cha
commit
44bc0a872d
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      app/www/js/omnomirc.js

+ 3 - 1
app/www/js/omnomirc.js

@@ -319,7 +319,9 @@
 			$: window.jQuery,
 			jQuery: window.jQuery,
 			$o: $o,
-			documentFragment: document.createDocumentFragment
+			fragment: function(){
+				return document.createDocumentFragment();
+			}
 		},
 		currentPlugin = 0,
 		Sandbox = function(sandbox){