[Pkg-javascript-commits] [less.js] 184/285: Test why travis CI is failing
Jonas Smedegaard
dr at jones.dk
Mon Oct 26 23:23:52 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a commit to annotated tag v2.0.0
in repository less.js.
commit 6913f305b5e978b8a7fb03df7f983ca6ebd5e28b
Author: Luke Page <luke.a.page at gmail.com>
Date: Sun Oct 19 08:34:49 2014 +0100
Test why travis CI is failing
---
lib/less-browser/index.js | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/lib/less-browser/index.js b/lib/less-browser/index.js
index f90d260..af78acf 100644
--- a/lib/less-browser/index.js
+++ b/lib/less-browser/index.js
@@ -14,9 +14,17 @@ var less;
var isFileProtocol = /^(file|chrome(-extension)?|resource|qrc|app):/.test(window.location.protocol),
options = window.less || {};
+console.warn("about to apply polyfill " + window.Promise);
+
// shim Promise if required
require('promise/polyfill.js');
+console.warn("polyfill applied" + window.Promise);
+
+(function() {
+ console.log("am I in strict mode? "+this);
+})();
+
window.less = less = require('../less')();
var environment = less.environment,
FileManager = require("./file-manager")(options, isFileProtocol, less.logger),
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/less.js.git
More information about the Pkg-javascript-commits
mailing list