This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The Mo-Factor App | |
| ================= | |
| In the spirit of [Twelve-Factor Apps](http://www.12factor.net/), this is a list of concrete things that you can do to make your software better. Some of it overlaps with Twelve-Factor Apps, but it's all good. | |
| Uses git/Github | |
| --------------- | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| } | |
| return fragment; | |
| }, | |
| transitionEndWrapper: (function() { | |
| var div = document.createElement( "div" ), | |
| p, | |
| pre = [ "ms", "O", "Webkit", "Moz", "" ]; |
NewerOlder