mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
DEV: This file does not seem to be used anymore
This commit is contained in:
parent
a6f986b50f
commit
1e603d7003
@ -1,33 +0,0 @@
|
|||||||
/*global Element:true, document:true, window:true, $:true, jQuery:true */
|
|
||||||
/*exported precompileEmberHandlebars, $, jQuery */
|
|
||||||
// DOM
|
|
||||||
var Element = {};
|
|
||||||
Element.firstChild = function () { return Element; };
|
|
||||||
Element.innerHTML = function () { return Element; };
|
|
||||||
|
|
||||||
var document = { createRange: false, createElement: function() { return Element; } };
|
|
||||||
var window = this;
|
|
||||||
this.document = document;
|
|
||||||
|
|
||||||
// Console
|
|
||||||
var console = window.console = {};
|
|
||||||
console.log = console.info = console.warn = console.error = function(){};
|
|
||||||
|
|
||||||
/*jshint -W120 */
|
|
||||||
// jQuery
|
|
||||||
var $ = jQuery = window.jQuery = function() { return jQuery; };
|
|
||||||
/*jshint +W120*/
|
|
||||||
jQuery.ready = function() { return jQuery; };
|
|
||||||
jQuery.inArray = function() { return jQuery; };
|
|
||||||
jQuery.event = {
|
|
||||||
fixHooks: function() {
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
jQuery.jquery = "1.7.2";
|
|
||||||
var $ = jQuery;
|
|
||||||
|
|
||||||
// Ember
|
|
||||||
function precompileEmberHandlebars(string) {
|
|
||||||
return Ember.Handlebars.precompile(string).toString();
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user