mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2025-12-23 13:12:42 +01:00
Implemented historical commands
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
(function(should, app){
|
||||
|
||||
app.service("formatter", {
|
||||
app.component("formatter", {
|
||||
toBinaryString: function(num, totalLength) {
|
||||
|
||||
var binaryStr = num.toString(2),
|
||||
|
||||
Reference in New Issue
Block a user