Browse Source

change documentFragment to fragment

Nathaniel van Diepen 10 years ago
parent
commit
44bc0a872d
1 changed files with 3 additions and 1 deletions
  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){