I hereby claim:
- I am gseguin on github.
- I am ghislain (https://keybase.io/ghislain) on keybase.
- I have a public key whose fingerprint is 9288 4063 A33C CCB7 1CED 4CDE 166E 72D3 ACC9 F833
To claim this, I am signing this object:
// Available variables: | |
// - Machine | |
// - interpret | |
// - assign | |
// - send | |
// - sendParent | |
// - spawn | |
// - raise | |
// - actions |
// This plugin is an experiment for abstracting away the touch and mouse | |
// events so that developers don't have to worry about which method of input | |
// the device their document is loaded on supports. | |
// | |
// The idea here is to allow the developer to register listeners for the | |
// basic mouse events, such as mousedown, mousemove, mouseup, and click, | |
// and the plugin will take care of registering the correct listeners | |
// behind the scenes to invoke the listener at the fastest possible time | |
// for that device, while still retaining the order of event firing in | |
// the traditional mouse environment, should multiple handlers be registered |
I hereby claim:
To claim this, I am signing this object:
// Author: Boy Baukema | |
// http://github.com/relaxnow | |
module.exports = | |
{ | |
reporter: function (results, data, opts) | |
{ | |
"use strict"; | |
var files = {}, | |
out = [], |
function arno(){ | |
/* | |
* check for authenticated user | |
*/ | |
var schema = null; | |
var profile = null; | |
if (params["access_token"]) { | |
/* | |
* Set up once and for all |
input[type=number]::-webkit-inner-spin-button { | |
-webkit-appearance: none; | |
} |
/* | |
* QUnit Qt+WebKit powered headless test runner using Phantomjs | |
* | |
* Phantomjs installation: http://code.google.com/p/phantomjs/wiki/BuildInstructions | |
* | |
* Run with: | |
* phantomjs phantomjs-qunit-runner.js [url-of-your-qunit-testsuite] | |
* | |
* E.g. | |
* phantomjs phantomjs-qunit-runner.js http://localhost/qunit/test |
@import c.css | |
@import d.css | |
/* A rules */ |
$(function($){ | |
var depjson, | |
builderhtml = [], | |
sortable = [], | |
groupBy = function( jsondata ) { | |
var newarray = []; | |
for (key in jsondata) { | |
console.log( key ); | |
} |
# The files to include when compiling the CSS files | |
CSSFILES = css/structure/jquery.mobile.core.css \ | |
css/structure/jquery.mobile.transitions.css \ | |
css/structure/jquery.mobile.grids.css \ | |
css/structure/jquery.mobile.fixedToolbar.css \ | |
css/structure/jquery.mobile.navbar.css \ | |
css/structure/jquery.mobile.button.css \ | |
css/structure/jquery.mobile.collapsible.css \ | |
css/structure/jquery.mobile.controlgroup.css \ | |
css/structure/jquery.mobile.dialog.css \ |