From aa916b8cfe565dc206d85c4cb74fbb6c499067a7 Mon Sep 17 00:00:00 2001 From: kapooostin Date: Mon, 31 Oct 2011 23:14:17 +0400 Subject: [PATCH] Added explicit definition of global context for compatibility with Adobe JS Signed-off-by: kapooostin --- underscore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/underscore.js b/underscore.js index 88f8dd93e..bb2a40cf4 100644 --- a/underscore.js +++ b/underscore.js @@ -959,4 +959,4 @@ return this._wrapped; }; -})(); +}).call(this);