chore(storage) rm "\n"

This commit is contained in:
coderaiser 2015-01-26 09:44:47 -05:00
parent 7b479f7803
commit fbef38149f

View file

@ -2,8 +2,7 @@ var Util, DOM;
(function(Util, DOM) {
'use strict';
var Storage = Util.extendProto(StorageProto),
DOMProto = Object.getPrototypeOf(DOM);