mirror of
https://github.com/samsonjs/batteries.git
synced 2026-03-25 09:15:46 +00:00
minor style changes
This commit is contained in:
parent
eb3f23a3e5
commit
1ffc31ea90
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// batteries
|
||||
// Copyright 2010 - 2011 Sami Samhuri <sami@samhuri.net>
|
||||
|
||||
var batteries = require('./')
|
||||
var batteries = require('./');
|
||||
|
||||
var ArrayExt =
|
||||
{ at: at
|
||||
|
|
@ -17,11 +17,12 @@ var ArrayExt =
|
|||
, unique: unique
|
||||
};
|
||||
|
||||
batteries.object.extend(exports, ArrayExt);
|
||||
|
||||
exports.extendNative = function() {
|
||||
batteries.object.extendPrototype(Array, ArrayExt);
|
||||
};
|
||||
|
||||
batteries.object.extend(exports, ArrayExt);
|
||||
|
||||
// TODO
|
||||
// - abbrev
|
||||
|
|
|
|||
Loading…
Reference in a new issue