| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Found by investigating a ReferenceError warning:
ReferenceError: reference to undefined property
|
|
|
|
Firebug 3.0 alpha or Firefox nightly 37 says:
SyntaxError: 'use strict' statement won't be enforced as a directive
because it isn't in directive prologue position
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
One line, two changes:
keypress->keydown:
- fixes #137. Chrome doesn't dispatch a keypressed on tab. Firefox and
chrome both dispatch a keydown, so this works in both.
$(document)->element:
- fixes #171. Don't listen to text input events globally, only on the
element.
|
|
|
|
co-exists
|
|
|
|
|
|
|
|
for json in tools/cri.json tools/sage.json tools/deliverables.json heroes.json tests/wizmann.json; do sed -i -e 's/\<source\>/__src/g' -e 's/\<target\>/__dst/g' $json; done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fix miscased scss filename.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|