Christoph Diehl
|
92cac4b901
|
[numbers.js] Fix typo
|
2017-05-02 22:32:36 +03:00 |
|
Christoph Diehl
|
39d0f506a5
|
Use eslint-disable-line no-undef for print()
|
2017-05-02 22:32:03 +03:00 |
|
Christoph Diehl
|
aa2da6395c
|
Update README.md
|
2017-05-02 19:01:17 +03:00 |
|
pyoor
|
eeea9bc67c
|
Initial commit of build.py and combined octo.js
|
2017-05-02 11:37:55 -04:00 |
|
Christoph Diehl
|
9a22935f0e
|
[console.js] Use const instead of let
|
2017-05-02 17:26:49 +03:00 |
|
Christoph Diehl
|
b7fc059dbe
|
[console.js] Use const instead of let
|
2017-05-02 17:17:36 +03:00 |
|
Christoph Diehl
|
de4dc71820
|
Use let instead of var in objects.js
|
2017-05-02 17:12:49 +03:00 |
|
Christoph Diehl
|
37912b3a3f
|
Use let instead of var in objects.js
|
2017-05-02 17:09:14 +03:00 |
|
Christoph Diehl
|
b55264b24f
|
Use let instead of var in script.js
|
2017-05-02 17:01:32 +03:00 |
|
Christoph Diehl
|
2ed3e76ab2
|
Use const and let for platform object
|
2017-05-02 16:44:59 +03:00 |
|
Christoph Diehl
|
85dc6b9bd8
|
Update prototypes to use defineProperty
|
2017-04-27 01:30:33 +03:00 |
|
Jesse Schwartzentruber
|
0302a84fa6
|
Linter changes
* Override remaining eslint errors from standard
* Run standard with grunt instead of separately
|
2017-04-26 18:01:48 -04:00 |
|
Christoph Diehl
|
b96bec29c0
|
Add -v to package.json
|
2017-04-26 18:44:33 +03:00 |
|
pyoor
|
f7e3a0c9a4
|
Fixed bad reference to platform
|
2017-04-26 10:14:19 -04:00 |
|
pyoor
|
30c3a234da
|
Add global variables for standard
|
2017-04-26 09:50:12 -04:00 |
|
Christoph Diehl
|
b70171ebcc
|
Update README.md
|
2017-04-26 02:13:43 +03:00 |
|
Christoph Diehl
|
a85ae63c24
|
[package.json] Update with Standard
|
2017-04-26 02:06:13 +03:00 |
|
Christoph Diehl
|
926410cf33
|
[package.json] Update with Standard
|
2017-04-26 01:40:45 +03:00 |
|
Christoph Diehl
|
318af0d053
|
[package.json] Update with Standard
|
2017-04-26 01:37:49 +03:00 |
|
Christoph Diehl
|
a27e55b280
|
[package.json] Fix ident
|
2017-04-26 01:30:46 +03:00 |
|
Christoph Diehl
|
68c04f6224
|
Fix logger
|
2017-04-26 01:28:31 +03:00 |
|
Christoph Diehl
|
6cbda76fea
|
Use Standard as JavaScript standard style
|
2017-04-26 01:21:31 +03:00 |
|
Jesse Schwartzentruber
|
6e986d5702
|
Include all of lib in karma
|
2017-04-25 14:27:17 -04:00 |
|
pyoor
|
973df12a25
|
Fix path to utils.platform
|
2017-04-25 13:59:34 -04:00 |
|
pyoor
|
4c7733f1cf
|
Merge branch 'master' of ssh://github.com/MozillaSecurity/octo
|
2017-04-25 13:05:20 -04:00 |
|
pyoor
|
645434ce7e
|
Added random.hex
|
2017-04-25 13:04:58 -04:00 |
|
Christoph Diehl
|
ebd4d161f4
|
[utils] Add init.js
|
2017-04-25 18:47:19 +03:00 |
|
pyoor
|
ac7ac78d92
|
Refactor make.unit.unit
|
2017-04-25 11:24:56 -04:00 |
|
pyoor
|
2e65a4bea3
|
Fix all type coercion issues
|
2017-04-25 11:22:15 -04:00 |
|
pyoor
|
aa6e9f567a
|
Rename make.numbers to make.number
|
2017-04-25 11:19:25 -04:00 |
|
pyoor
|
9869c32457
|
Rename make.numbers.number to make.numbers.any
|
2017-04-25 11:18:29 -04:00 |
|
pyoor
|
6adf8b4026
|
Rename types to any
|
2017-04-25 11:15:23 -04:00 |
|
pyoor
|
3b64a2af03
|
Multiple function refactor
|
2017-04-25 11:15:07 -04:00 |
|
pyoor
|
5ee30f8b21
|
Rename make.units to make.unit
|
2017-04-25 11:08:16 -04:00 |
|
pyoor
|
c5791d6250
|
Remove make.font.globalValue from wrappers
|
2017-04-25 11:07:35 -04:00 |
|
pyoor
|
549c529210
|
Refactor make.unit.units
|
2017-04-25 11:03:55 -04:00 |
|
pyoor
|
d1a498f1b7
|
Ignore .idea project files
|
2017-04-25 11:03:38 -04:00 |
|
pyoor
|
6dfe1ffca9
|
Expand some functions and wrap everything in random.pick
|
2017-04-25 11:00:01 -04:00 |
|
pyoor
|
0983242806
|
Remove .idea project files
|
2017-04-25 10:59:13 -04:00 |
|
pyoor
|
21ddc920c9
|
Initialize make
|
2017-04-25 10:58:15 -04:00 |
|
pyoor
|
99e4b89738
|
Merge pull request #13 from pyoor/master
Refactored font class names
|
2017-04-25 10:13:26 -04:00 |
|
pyoor
|
71a2590641
|
Refactored font class names
|
2017-04-25 10:12:48 -04:00 |
|
Christoph Diehl
|
f9b18617ba
|
Merge pull request #11 from pyoor/master
Return via random.pick
|
2017-04-25 00:02:43 +03:00 |
|
pyoor
|
31c96b4609
|
Return via random.pick
|
2017-04-24 17:01:44 -04:00 |
|
Christoph Diehl
|
f6eda46d60
|
Merge pull request #10 from pyoor/master
Multiple Bug Fixes
|
2017-04-24 20:06:43 +03:00 |
|
pyoor
|
95a95f7317
|
Corrected jshint warnings
|
2017-04-24 11:16:10 -04:00 |
|
pyoor
|
18631eab1f
|
Fixed casing on Make
|
2017-04-24 11:14:58 -04:00 |
|
pyoor
|
8302bac2e1
|
Fixed bad reference to make.strings.stringFromBlocks
|
2017-04-24 11:12:08 -04:00 |
|
pyoor
|
b4d8415fb3
|
Corrected jshint warnings
|
2017-04-24 11:10:52 -04:00 |
|
pyoor
|
93bcec2976
|
Corrected jshint warnings
|
2017-04-24 11:08:38 -04:00 |
|