mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-10-01 01:26:10 -04:00
Merge pull request #47 from mrdomino/master
Couple typos and possible future work
This commit is contained in:
commit
205d7dea6d
@ -31,7 +31,7 @@
|
|||||||
sjcl.bitArray = {
|
sjcl.bitArray = {
|
||||||
/**
|
/**
|
||||||
* Array slices in units of bits.
|
* Array slices in units of bits.
|
||||||
* @param {bitArray a} The array to slice.
|
* @param {bitArray} a The array to slice.
|
||||||
* @param {Number} bstart The offset to the start of the slice, in bits.
|
* @param {Number} bstart The offset to the start of the slice, in bits.
|
||||||
* @param {Number} bend The offset to the end of the slice, in bits. If this is undefined,
|
* @param {Number} bend The offset to the end of the slice, in bits. If this is undefined,
|
||||||
* slice until the end of the array.
|
* slice until the end of the array.
|
||||||
|
@ -12,8 +12,8 @@
|
|||||||
#
|
#
|
||||||
# ++ and -- are allowed.
|
# ++ and -- are allowed.
|
||||||
#
|
#
|
||||||
# Varibles are in camelCase. I prefer underscore_separated, but JavaScript uses
|
# Variables are in camelCase. I prefer underscore_separated, but JavaScript
|
||||||
# camelCase everywhere.
|
# uses camelCase everywhere.
|
||||||
#
|
#
|
||||||
# Private members and methods are prefixed by underscores.
|
# Private members and methods are prefixed by underscores.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user