mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
refactor(buffer) DOM.Buffer -> DOMProto.Buffer
This commit is contained in:
parent
9615b6466f
commit
77a18695f1
1 changed files with 3 additions and 1 deletions
|
|
@ -3,7 +3,9 @@ var Util, DOM;
|
|||
(function(Util, DOM) {
|
||||
'use strict';
|
||||
|
||||
DOM.Buffer = new BufferProto();
|
||||
var DOMProto = Object.getPrototypeOf(DOM);
|
||||
|
||||
DOMProto.Buffer = new BufferProto();
|
||||
|
||||
function BufferProto() {
|
||||
var Storage = DOM.Storage,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue