mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
8 lines
79 B
JavaScript
Executable File
8 lines
79 B
JavaScript
Executable File
define( [
|
|
"./arr"
|
|
], function( arr ) {
|
|
"use strict";
|
|
|
|
return arr.push;
|
|
} );
|