From af7e0bd0a7c286667c526cb7e0c733d3ee5f17fd Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Thu, 15 Nov 2012 00:49:19 +0100 Subject: fix(CSP): update to the latest CSP api window.SecurityPolicy.isActive() is now window.securityPolicy.isActive since this is available only in Chrome Canary which has already been updated, we can safely make this change without worrying about backwards compatilibty. Closes #1577 --- src/ng/sniffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ng') diff --git a/src/ng/sniffer.js b/src/ng/sniffer.js index d2c43c25..9342fbd5 100644 --- a/src/ng/sniffer.js +++ b/src/ng/sniffer.js @@ -41,7 +41,7 @@ function $SnifferProvider() { return eventSupport[event]; }, - csp: document.SecurityPolicy ? document.SecurityPolicy.isActive() : false + csp: document.securityPolicy ? document.securityPolicy.isActive : false }; }]; } -- cgit v1.2.3 > :beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libgit2.rb
AgeCommit message (Expand)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-02-10fix libgit2 HEAD referenceMatt Blair
2011-02-07Updated libgit2 to version 0.3.0Simon Menke
2010-12-07Updated libgit2 to v0.2.0Simon Menke
2010-12-03Added libgit2 v0.1.0Simon Menke