I hereby claim:
- I am pascalpp on github.
- I am pascalpp (https://keybase.io/pascalpp) on keybase.
- I have a public key whose fingerprint is 06AE F2C0 2BCC 3213 2E94 D6D5 828C 5AD8 E278 C9F9
To claim this, I am signing this object:
| Verifying I am +pascalpp on my passcard. https://onename.com/pascalpp |
| /* load after mocha.css */ | |
| body { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| #mocha { | |
| margin: 75px 15px; | |
| } | |
| ul#mocha-stats { |
| define(function(require) { | |
| 'use strict'; | |
| // override Backbone.History.prototype.route | |
| // to allow for handlers to have a router associated with them | |
| // this allows us to remove routes dynamically e.g. in router.destroy (see below) | |
| Backbone.History.prototype.route = function(route, callback, router) { | |
| this.handlers.unshift({router: router, route: route, callback: callback}); | |
| }; |
I hereby claim:
To claim this, I am signing this object:
| define(function(require) { | |
| 'use strict'; | |
| /* MODULE DEPENDENCIES */ | |
| var | |
| Backbone = require('backbone'), | |
| When = require('lib/backbone.when'), | |
| var log = console.log; |
| define(function(require) { | |
| 'use strict'; | |
| /* MODULE DEPENDENCIES */ | |
| var Backbone = require('backbone'), | |
| _ = require('underscore'); | |
| /* | |
| Backbone.When | |
| 2014-02-20 by pascal |
| body * { | |
| font-family: Helvetica !important; | |
| } | |
| header.main { | |
| min-width: 0 !important; | |
| padding-right: 11px !important; | |
| } | |
| .epic_stories .preview .label.epic { |
| (function() { | |
| 'use strict'; | |
| var exports = this, tracker = _.namespace(exports, 'tracker'); | |
| ///////////////////////////// | |
| // automatically resize all open panels to fill the window when resizing | |
| // or when toggling the side bar | |
| var resizePanels = function() { |