febs-browser
Advanced tools
Comparing version
@@ -37,4 +37,4 @@ | ||
// define the __debug. | ||
if (!global.hasOwnProperty('__debug')) { | ||
global.__debug = false; | ||
if (!window.hasOwnProperty('__debug')) { | ||
window.__debug = false; | ||
} | ||
@@ -45,6 +45,6 @@ | ||
var animationFrame = require('./animationFrame'); | ||
if (!global.requestAnimationFrame) | ||
global.requestAnimationFrame = animationFrame.requestAnimationFrame; | ||
if (!global.cancelAnimationFrame) | ||
global.cancelAnimationFrame = animationFrame.cancelAnimationFrame; | ||
if (!window['requestAnimationFrame']) | ||
window.requestAnimationFrame = animationFrame.requestAnimationFrame; | ||
if (!window['cancelAnimationFrame']) | ||
window.cancelAnimationFrame = animationFrame.cancelAnimationFrame; | ||
@@ -64,2 +64,4 @@ | ||
window['$'] = febs['$']; | ||
if (!window['jQuery']) | ||
window['jQuery'] = febs['$']; | ||
@@ -71,3 +73,3 @@ // | ||
window.console.debug = function() { | ||
if (global.__debug) { | ||
if (window.__debug) { | ||
var logfoo; | ||
@@ -74,0 +76,0 @@ if (window.console.warn) |
@@ -73,3 +73,3 @@ { | ||
"name": "febs-browser", | ||
"version": "0.7.14" | ||
"version": "0.7.15" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1473534
0.01%15150
0.02%