First, follow the instructions to build Firefox.
$ ./mach xpcshell-test services/common/tests/unit/test_kinto.js
First, follow the instructions to build Firefox.
$ ./mach xpcshell-test services/common/tests/unit/test_kinto.js
| var copyProperties = require('react/lib/copyProperties'), | |
| Dispatcher = require('flux').Dispatcher, | |
| util = require('util'); | |
| function AppDispatcher() { | |
| Dispatcher.call(this); | |
| this._queue = []; | |
| } | |
| util.inherits(AppDispatcher, Dispatcher); | 
This is a non-technical reading list for technical people.
This is a list of software you should read like a novel.
| "use strict"; | |
| (function($, undefined) { | |
| var Plugin, defaults, namespace; | |
| namespace = 'myPopin'; | |
| defaults = { | |
| duration: 1000, | |
| onOpen: function() {} | |
| }; | 
| try: | |
| from cStringIO import StringIO | |
| except ImportError: | |
| from StringIO import StringIO | |
| import datetime | |
| import decimal | |
| from django.core.serializers.python import Serializer as PythonSerializer | |
| from django.core.serializers.json import DjangoJSONEncoder | |
| from django.utils.encoding import is_protected_type, smart_unicode |