Ver código fonte

change documentFragment to fragment

Nathaniel van Diepen 10 anos atrás
pai
commit
44bc0a872d
1 arquivos alterados com 3 adições e 1 exclusões
  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){