mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
GPS cartridge
This commit is contained in:
@@ -60,6 +60,9 @@ NanoBaseHelpers = function ()
|
||||
ceil: function(number) {
|
||||
return Math.ceil(number);
|
||||
},
|
||||
abs: function(number) {
|
||||
return Math.abs(number);
|
||||
},
|
||||
// Format a string (~string("Hello {0}, how are {1}?", 'Martin', 'you') becomes "Hello Martin, how are you?")
|
||||
string: function() {
|
||||
if (arguments.length == 0)
|
||||
|
||||
Reference in New Issue
Block a user